Speed-up the tests: default auto-exit timeout is set to 1 second.

This reduces the total test duration from 72 seconds to 54 seconds.

https://github.com/ariya/phantomjs/issues/12439
2.0
Ariya Hidayat 2014-09-08 07:51:03 -07:00
parent f20835735c
commit 804f61bcf5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// After the given timeout (in seconds), the script automatically terminates.
var timeout = 2;
var timeout = 1;
var total = 0;