Skip to content

Commit

Permalink
longer
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Jul 9, 2024
1 parent d6f1402 commit 818148f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -3847,7 +3847,7 @@ def test_skyserve_new_autoscaler_update(mode: str, generic_cloud: str):
' echo "$s"; '
'done')
four_spot_up_cmd = _check_replica_in_status(name, [(4, True, 'READY')])
update_check = [f'until ({four_spot_up_cmd}); do sleep 5; done; sleep 10;']
update_check = [f'until ({four_spot_up_cmd}); do sleep 5; done; sleep 15;']
if mode == 'rolling':
# Check rolling update, it will terminate one of the old on-demand
# instances, once there are 4 spot instance ready.
Expand Down

0 comments on commit 818148f

Please sign in to comment.