mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
Increase test_failed_job_status
timeout in test_job_submission
(#22643)
`test_job_submission` has become [flakey](https://flakey-tests.ray.io/) due to timeout. This change increases the timeout in `test_failed_job_status` from 10 to 25 seconds.
This commit is contained in:
parent
634ca9afdb
commit
8548affdc2
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ def test_failed_job_status(
|
|||
assert entry["endTime"] >= entry["startTime"] + job_sleep_time_s
|
||||
return legacy_job_failed and job_failed
|
||||
|
||||
wait_for_condition(wait_for_job_to_fail, timeout=10)
|
||||
wait_for_condition(wait_for_job_to_fail, timeout=25)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Reference in a new issue