diff --git a/e2e/channels.e2e.js b/e2e/channels.e2e.js index 426a6b706..2c610cd39 100644 --- a/e2e/channels.e2e.js +++ b/e2e/channels.e2e.js @@ -283,6 +283,7 @@ d('Transfer', () => { await waitForActiveChannel(lnd, ldkNodeId); } catch (e) { // let's try again one more time + console.info('TRY AGAIN') await rpc.generateToAddress(3, await rpc.getNewAddress()); await device.launchApp(); await waitForActiveChannel(lnd, ldkNodeId);