From 43c614edfe40fcd6856b52e26e3da6955deb1ef6 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 12 Jul 2017 10:31:24 -0700 Subject: [PATCH] tools: increase test timeouts At least temporarily until snapshots are restored, increase timeout for tests. Tests that spawn many processes are timing out across many platforms on CI. PR-URL: https://github.com/nodejs/node/pull/14197 Reviewed-By: Refael Ackermann Reviewed-By: Luigi Pinca Reviewed-By: Michael Dawson --- tools/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test.py b/tools/test.py index d45b4f0de94275..92ccb3df20611e 100755 --- a/tools/test.py +++ b/tools/test.py @@ -1370,7 +1370,7 @@ def BuildOptions(): result.add_option("-s", "--suite", help="A test suite", default=[], action="append") result.add_option("-t", "--timeout", help="Timeout in seconds", - default=60, type="int") + default=120, type="int") result.add_option("--arch", help='The architecture to run tests for', default='none') result.add_option("--snapshot", help="Run the tests with snapshot turned on",