We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988283f commit a9225bbCopy full SHA for a9225bb
__tests__/integration/utils/wallet-helper.js
@@ -194,7 +194,7 @@ export class WalletHelper {
194
- startBenchmark.startRequestsBegin;
195
196
// Enters the loop checking each wallet for its status
197
- const loopTimeout = startBenchmark.startRequestsEnd + testConfig.walletStartTimeout;
+ const loopTimeout = startBenchmark.startRequestsBegin + testConfig.walletStartTimeout;
198
while (true) {
199
const pendingWalletIds = Object.keys(walletsPendingReady);
200
// If all wallets were started, return to the caller.
0 commit comments