diff --git a/test/jmclient/test_wallet_rpc.py b/test/jmclient/test_wallet_rpc.py index 2e829e710..903bb3f28 100644 --- a/test/jmclient/test_wallet_rpc.py +++ b/test/jmclient/test_wallet_rpc.py @@ -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 diff --git a/test/jmclient/test_websocket.py b/test/jmclient/test_websocket.py index d69623f06..0fce1ac69 100644 --- a/test/jmclient/test_websocket.py +++ b/test/jmclient/test_websocket.py @@ -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: