Skip to content

Commit 2e99de1

Browse files
committed
Revert "CI: Sleep for a few seconds before loading the rest of the wallets"
This reverts commit df1963f.
1 parent df1963f commit 2e99de1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/functional/wallet_multiwallet.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,6 @@ def wallet_file(name):
289289
global got_loading_error
290290
assert_equal(got_loading_error, True)
291291

292-
if self.options.usecli:
293-
self.log.info("Sleeping for 1 minute")
294-
time.sleep(60)
295292
self.log.info("Load remaining wallets")
296293
for wallet_name in wallet_names[2:]:
297294
loadwallet_name = self.nodes[0].loadwallet(wallet_name)

0 commit comments

Comments
 (0)