Skip to content

Commit

Permalink
longer wait
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed May 24, 2024
1 parent 557234c commit 4cd2ea9
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 @@ -3672,7 +3672,7 @@ def test_skyserve_fast_update(generic_cloud: str):
# Test rolling update
f'sky serve update {name} --cloud {generic_cloud} -y tests/skyserve/update/bump_version_before.yaml',
# sleep to wait for update to be registered.
'sleep 15',
'sleep 25',
# 2 on-deamnd (ready) + 1 on-demand (shutting down).
_check_replica_in_status(name, [(2, False, 'READY'),
(1, False, 'SHUTTING_DOWN')]),
Expand Down

0 comments on commit 4cd2ea9

Please sign in to comment.