Skip to content

Commit

Permalink
change port in CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
paumier_jas committed Jul 21, 2019
1 parent 24f406b commit 77f39d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/workers/test_websocket_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ def test_websocket_workers_search(hook, start_proc):

def test_list_objects_remote(hook, start_proc):

kwargs = {"id": "fed", "host": "localhost", "port": 8765, "hook": hook}
kwargs = {"id": "fed", "host": "localhost", "port": 8762, "hook": hook}
process_remote_fed1 = start_proc(WebsocketServerWorker, **kwargs)

time.sleep(0.1)

kwargs = {"id": "fed", "host": "localhost", "port": 8765, "hook": hook}
kwargs = {"id": "fed", "host": "localhost", "port": 8762, "hook": hook}
local_worker = WebsocketClientWorker(**kwargs)

x = torch.tensor([1, 2, 3]).send(local_worker)
Expand Down

0 comments on commit 77f39d2

Please sign in to comment.