[Pkg-javascript-commits] [sockjs-client] 193/350: Try increased timeout for echo tests (especially jsonp)
tonnerre at ancient-solutions.com
tonnerre at ancient-solutions.com
Fri Aug 5 01:04:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch upstream
in repository sockjs-client.
commit 80b1def49d845ba84a2aab2d8618d583b4de0940
Author: Bryce Kahle <bkahle at gmail.com>
Date: Mon Oct 20 13:39:28 2014 -0400
Try increased timeout for echo tests (especially jsonp)
---
tests/lib/echo-tests.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/lib/echo-tests.js b/tests/lib/echo-tests.js
index 197fcfc..dd977ca 100644
--- a/tests/lib/echo-tests.js
+++ b/tests/lib/echo-tests.js
@@ -9,7 +9,7 @@ function echoFactory(transport, messages, url) {
return function (done) {
var title = this.runnable().fullTitle();
debug('start', title);
- this.timeout(10000);
+ this.timeout(20000);
var msgs = messages.slice(0);
var sjs = testUtils.newSockJs(url || '/echo', transport);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list