mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
Make test timeout on travis huge (#22344)
* Make test timeout on travis huge Specifically, 10 minutes, which is the duration it can go before travis itself will time out (if there is not output). This is needed because we set `workerCount=3` to improve our runtime, however travis doesn't _always_ have that much compute available; so when travis is resource-starved and we're running on one real thread, two test runners sit idle (due to resource starvation) and get timed-out by the watchdog process during test running. This timeout should be long enough that such that timeouts no longer occur on travis. * Update .travis.yml
This commit is contained in:
parent
16bf02991d
commit
f41555ce89
@ -8,7 +8,7 @@ node_js:
|
||||
sudo: false
|
||||
|
||||
env:
|
||||
- workerCount=3
|
||||
- workerCount=3 timeout=600000
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user