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:
Stephanie Wang
2018-11-05 18:03:50 -08:00
committed by GitHub
parent d8ae9de99c
commit bf88aa5013
3 changed files with 29 additions and 2 deletions
+1 -1
View File
@@ -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):