Skip to content

Commit

Permalink
[Tests][Trivial] Longer timeout in wait_for_disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
random-zebra committed May 5, 2021
1 parent f2f8e25 commit 61e1947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/test_framework/mininode.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def on_version(self, message):

# Connection helper methods

def wait_for_disconnect(self, timeout=60):
def wait_for_disconnect(self, timeout=120):
test_function = lambda: self.state != "connected"
wait_until(test_function, timeout=timeout, lock=mininode_lock)

Expand Down

0 comments on commit 61e1947

Please sign in to comment.