Skip to content

Commit

Permalink
Fix overseer test timing (#2743)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanTingHsieh authored Jul 30, 2024
1 parent 1ef5207 commit 00642aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_test/overseer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_overseer_overseer_down_and_up(self):
oa_launcher.stop_overseer()
time.sleep(10)
oa_launcher.start_overseer()
time.sleep(10)
time.sleep(20)
for client_agent in client_agent_list:
psp = oa_launcher.get_primary_sp(client_agent)
assert psp.name == "server00"
Expand Down

0 comments on commit 00642aa

Please sign in to comment.