mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 03:50:55 +08:00
Lengthen buffer in resource test. (#4961)
This commit is contained in:
committed by
Philipp Moritz
parent
b1827d5fbe
commit
a17c08faa4
@@ -1670,7 +1670,7 @@ def test_resource_constraints(shutdown_only):
|
||||
]))) == num_workers:
|
||||
break
|
||||
|
||||
time_buffer = 0.5
|
||||
time_buffer = 2
|
||||
|
||||
# At most 10 copies of this can run at once.
|
||||
@ray.remote(num_cpus=1)
|
||||
|
||||
Reference in New Issue
Block a user