We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b0efd commit 0aa25f0Copy full SHA for 0aa25f0
test/image/compare_pixels_test.js
@@ -15,7 +15,7 @@ var gm = require('gm');
15
var TOLERANCE = 1e-6;
16
17
// wait time between each test batch
18
-var BATCH_WAIT = 1500;
+var BATCH_WAIT = 500;
19
20
// number of tests in each test batch
21
var BATCH_SIZE = 5;
0 commit comments