From a17c08faa4d2f03146a6380109af2a13d030f181 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Wed, 26 Jun 2019 09:54:04 -0700 Subject: [PATCH] Lengthen buffer in resource test. (#4961) --- python/ray/tests/test_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/tests/test_basic.py b/python/ray/tests/test_basic.py index 6b4bd754c..b2ef1a8f0 100644 --- a/python/ray/tests/test_basic.py +++ b/python/ray/tests/test_basic.py @@ -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)