Skip to content

Commit

Permalink
Increase deferred_call_delay to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
roshii committed May 8, 2023
1 parent 5d6e663 commit c87b241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/jmclient/test_wallet_rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class TrialTestWRPC_WS(WalletRPCTestBase, unittest.TestCase):
""" class for testing websocket subscriptions/events etc.
"""
# The number of seconds to wait before calling the function. (type: float or int )
deferred_call_delay = 0.2
deferred_call_delay = 0.3

def test_notif(self):
# simulate the daemon already having created
Expand Down
2 changes: 1 addition & 1 deletion test/jmclient/test_websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class WebsocketTestBase(object):
# the port for the ws (auto)
wss_port = None
# The number of seconds to wait before calling the function. (type: float or int )
deferred_call_delay = 0.2
deferred_call_delay = 0.3

def setUp(self):
if self.wss_port is None:
Expand Down

0 comments on commit c87b241

Please sign in to comment.