Skip to content

Commit a9225bb

Browse files
committed
fix: fetching correct timestamp to measure wallet init timeout
1 parent 988283f commit a9225bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/integration/utils/wallet-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export class WalletHelper {
194194
- startBenchmark.startRequestsBegin;
195195

196196
// Enters the loop checking each wallet for its status
197-
const loopTimeout = startBenchmark.startRequestsEnd + testConfig.walletStartTimeout;
197+
const loopTimeout = startBenchmark.startRequestsBegin + testConfig.walletStartTimeout;
198198
while (true) {
199199
const pendingWalletIds = Object.keys(walletsPendingReady);
200200
// If all wallets were started, return to the caller.

0 commit comments

Comments
 (0)