Use "nodes * 4" as default for --max-worker-restart

Fix #226
This commit is contained in:
Bruno Oliveira
2019-06-06 16:22:18 -03:00
committed by Bruno Oliveira
parent a630e55887
commit bbc5416037
3 changed files with 36 additions and 11 deletions

View File

@@ -0,0 +1,2 @@
``--max-worker-restart`` now assumes a more reasonable value (4 times the number of
nodes) when not given explicitly. This prevents test suites from running forever when the suite crashes during collection.