[Pkg-javascript-commits] [node-expat] 33/34: Unfuzz patch 1001.
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 10:46:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-expat.
commit a25fd78c3d9dd958bdeea43d30629be843e90254
Author: Jonas Smedegaard <dr at jones.dk>
Date: Wed Aug 31 12:47:21 2016 +0200
Unfuzz patch 1001.
---
debian/patches/1001_relax_test_timing_tolerance.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/1001_relax_test_timing_tolerance.patch b/debian/patches/1001_relax_test_timing_tolerance.patch
index 5f6b1f1..20acf8c 100644
--- a/debian/patches/1001_relax_test_timing_tolerance.patch
+++ b/debian/patches/1001_relax_test_timing_tolerance.patch
@@ -5,11 +5,11 @@ Last-Update: 2016-02-28
--- a/test/index.js
+++ b/test/index.js
-@@ -282,7 +282,7 @@
+@@ -283,7 +283,7 @@
var expected = ['wrap', 'short', 'short', 'long', 'short', 'long']
var received = []
-- var tolerance = 10 / 100
+- var tolerance = 20 / 100
+ var tolerance = 1
var expectedRuntime = 1000
var start = new Date()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git
More information about the Pkg-javascript-commits
mailing list