Skip to content

Commit 0aa25f0

Browse files
committed
reset batch wait to 500
1 parent e6b0efd commit 0aa25f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/image/compare_pixels_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var gm = require('gm');
1515
var TOLERANCE = 1e-6;
1616

1717
// wait time between each test batch
18-
var BATCH_WAIT = 1500;
18+
var BATCH_WAIT = 500;
1919

2020
// number of tests in each test batch
2121
var BATCH_SIZE = 5;

0 commit comments

Comments
 (0)