aleclarson / testpass

The compass for your code
MIT License
0 stars 0 forks source link

Test timeouts #5

Open aleclarson opened 6 years ago

aleclarson commented 6 years ago

Abort tests lasting longer than TEST_TIMEOUT seconds (default to 10 seconds).

Configure in Javascript:

process.env.TEST_TIMEOUT = 10

or from the terminal:

export TEST_TIMEOUT=10