Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Speed-up the tests by reducing some time-outs.
Browse files Browse the repository at this point in the history
Running all tests should finish in 22 seconds instead of 41 seconds.

#12439
  • Loading branch information
ariya committed Sep 17, 2014
1 parent 4d4aa42 commit 9c77531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/assert.js
@@ -1,6 +1,6 @@

// After the given timeout (in seconds), the script automatically terminates.
var timeout = 1;
var timeout = 0.25;

var total = 0;

Expand Down
2 changes: 1 addition & 1 deletion test/run-tests.py
Expand Up @@ -16,7 +16,7 @@
import time
import urllib

TIMEOUT = 35 # Maximum duration of PhantomJS execution (in seconds)
TIMEOUT = 10 # Maximum duration of PhantomJS execution (in seconds)

HTTP_PORT = 9180
http_running = False
Expand Down

0 comments on commit 9c77531

Please sign in to comment.