From eee519ad580abd60d83f1abf969328323bbb42bb Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Wed, 28 Jun 2017 13:32:12 -0400 Subject: [PATCH] Reduce default TIMEOUT_SCALE_FACTOR to hasten long test failures. --- scripts/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci.sh b/scripts/ci.sh index d9a079eb9c..2d054913b8 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -10,7 +10,7 @@ # A regex or list of additional regexes to skip. # Export this one so it's available in the node environment. -export TIMEOUT_SCALE_FACTOR=${TIMEOUT_SCALE_FACTOR:-15} +export TIMEOUT_SCALE_FACTOR=${TIMEOUT_SCALE_FACTOR:-4} # Skip these tests always. Add other tests with ADDL_SELF_TEST_EXCLUDE. SELF_TEST_EXCLUDE="^old cli tests|^minifiers can't register non-js|^minifiers: apps can't use|^compiler plugins - addAssets"