Skip to content

Commit

Permalink
trigger test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Jun 7, 2024
1 parent 30397ef commit f5018f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -3820,6 +3820,7 @@ def test_skyserve_failures(generic_cloud: str):
f's=$(sky serve status {name}); echo "$s"; done',
# Wait for the PENDING replica to appear.
'sleep 10',
# Wait until the replica is out of PENDING.
f's=$(sky serve status {name}); '
f'until ! echo "$s" | grep "PENDING" && ! echo "$s" | grep "Please wait for the controller to be ready."; do '
'echo "Waiting for replica to be out of pending..."; sleep 5; '
Expand Down

0 comments on commit f5018f1

Please sign in to comment.