Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adjust test sleep
Browse files Browse the repository at this point in the history
asaiacai committed Aug 22, 2024
1 parent c85946f commit 85731f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_smoke.py
Original file line number Diff line number Diff line change
@@ -2111,8 +2111,8 @@ def test_container_logs_two_simultaneous_jobs_kubernetes():
[
f'sky launch -y -c {name}',
f'sky exec -c {name} -d {task_yaml}',
f'sky exec -c {name} -d {task_yaml}',
'sleep 5',
f'sky exec -c {name} -d {task_yaml}',
'sleep 30',
f'{pod_logs} | wc -l | grep 18',
f'{pod_logs} | grep 1 | wc -l | grep 2',
f'{pod_logs} | grep 2 | wc -l | grep 2',

0 comments on commit 85731f4

Please sign in to comment.