Lengthen buffer in resource test. (#4961)

This commit is contained in:
Robert Nishihara
2019-06-26 09:54:04 -07:00
committed by Philipp Moritz
parent b1827d5fbe
commit a17c08faa4
+1 -1
View File
@@ -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)