Skip to content

Commit

Permalink
adjust some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragzouken committed Sep 30, 2024
1 parent 56fddb1 commit 9a20d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_remove_service(client_server, service):
)
assert service in services
server.unregister_service(service)
time.sleep(TEST_INTERVAL_TIME)
time.sleep(TEST_SEARCH_TIME)
services = set(
client.search_for_services(
search_time=TEST_SEARCH_TIME, interval=TEST_INTERVAL_TIME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def simple_atom_lammps_frame():

@pytest.fixture
def lammps_hook():
with LammpsImd() as hook:
with LammpsImd(port=0) as hook:
yield hook


Expand Down

0 comments on commit 9a20d75

Please sign in to comment.