mirror of
https://github.com/wassname/ray.git
synced 2026-08-06 13:31:10 +08:00
Increase timeout before reconstruction is triggered (#3217)
* Increase timeout to 10s * Skip eviction reconstruction tests * Add stress test for many actors to one * Fix test by shortening it. * lower number of processes in stress test * Skip slow test
This commit is contained in:
+1
-1
@@ -1255,7 +1255,7 @@ def test_exception_raised_when_actor_node_dies(shutdown_only):
|
||||
process.kill()
|
||||
|
||||
# Submit some new actor tasks.
|
||||
x_ids = [actor.inc.remote() for _ in range(100)]
|
||||
x_ids = [actor.inc.remote() for _ in range(5)]
|
||||
|
||||
# Make sure that getting the result raises an exception.
|
||||
for _ in range(10):
|
||||
|
||||
Reference in New Issue
Block a user