Skip to content

Commit

Permalink
loose wait job finish time
Browse files Browse the repository at this point in the history
  • Loading branch information
critical27 committed Jan 5, 2023
1 parent 55b5005 commit 3e55d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tck/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def running_or_queue_row(row):


def wait_all_jobs_finished(sess, jobs=[]):
times = 4 * get_running_jobs(sess)
times = 5 * get_running_jobs(sess)
while jobs and times > 0:
jobs = [job for job in jobs if not is_job_finished(sess, job)]
time.sleep(1)
Expand Down

0 comments on commit 3e55d4e

Please sign in to comment.