mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Reduce default TIMEOUT_SCALE_FACTOR to hasten long test failures.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user