Loading tests/integration/forwarding/test_map.py +1 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,7 @@ def test_two_io_nodes_remap(gkfwd_daemon_factory, gkfwd_client_factory): assert ion == '0' # recreate the mapping so that the server that wrote will now read c00.remap('c-1') c00.remap('rc-1') # we need to wait for at least the number of seconds between remap calls time.sleep(10) Loading Loading
tests/integration/forwarding/test_map.py +1 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,7 @@ def test_two_io_nodes_remap(gkfwd_daemon_factory, gkfwd_client_factory): assert ion == '0' # recreate the mapping so that the server that wrote will now read c00.remap('c-1') c00.remap('rc-1') # we need to wait for at least the number of seconds between remap calls time.sleep(10) Loading