[Pkg-javascript-commits] [sockjs-client] 156/350: Larger timeout for wrong url test
tonnerre at ancient-solutions.com
tonnerre at ancient-solutions.com
Fri Aug 5 01:03:57 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 04772473462548be9203e779c8f1df6458f387d8
Author: Bryce Kahle <bkahle at gmail.com>
Date: Thu Oct 16 19:54:00 2014 -0400
Larger timeout for wrong url test
---
tests/lib/senders.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/lib/senders.js b/tests/lib/senders.js
index 80edf88..952862d 100644
--- a/tests/lib/senders.js
+++ b/tests/lib/senders.js
@@ -35,6 +35,7 @@ function ajaxStreaming (Obj) {
function wrongUrl(Obj, url, statuses) {
it('wrong url ' + url, function (done) {
+ this.timeout(10000);
var x = new Obj('GET', url, null);
x.on('chunk', function () {
expect().fail('No chunk should be received');
--
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