[Pkg-javascript-commits] [node-stream-http] 49/208: Further increase number of copies in binary streaming test
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Aug 13 13:39:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-stream-http.
commit 8a97dbd4cd20177b95ce0e79f0712ada99658ea0
Author: John Hiesey <john at hiesey.com>
Date: Sun Jul 12 18:21:31 2015 -0700
Further increase number of copies in binary streaming test
---
test/browser/binary-streaming.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/browser/binary-streaming.js b/test/browser/binary-streaming.js
index 4a15ffb..283ef7e 100644
--- a/test/browser/binary-streaming.js
+++ b/test/browser/binary-streaming.js
@@ -16,7 +16,7 @@ var skipVerification = (browserName === 'IE' && browserVersion <= 8)
// IE8 tends to throw up modal dialogs complaining about scripts running too long
// Since streaming doesn't actually work there anyway, just use one copy
-var COPIES = skipVerification ? 1 : 12
+var COPIES = skipVerification ? 1 : 20
var MIN_PIECES = 2
var referenceOnce = fs.readFileSync(__dirname + '/../server/static/browserify.png')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-http.git
More information about the Pkg-javascript-commits
mailing list