mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
This permits changing TIMEOUT_SCALE_FACTOR using a variable instead of hard-coding it in the script. Also adds ADDL_SELF_TEST_EXCLUDE to define environment specific tests which must be skipped. For example, I run my preliminary (personal) Meteor tests on SemaphoreCI, but there is a particular test that just _will not work_. This allows me to override particulary problematic tests without sed-ing the script.