Skip to content

Commit

Permalink
reset batch wait to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Apr 3, 2019
1 parent e6b0efd commit 0aa25f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/image/compare_pixels_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var gm = require('gm');
var TOLERANCE = 1e-6;

// wait time between each test batch
var BATCH_WAIT = 1500;
var BATCH_WAIT = 500;

// number of tests in each test batch
var BATCH_SIZE = 5;
Expand Down

0 comments on commit 0aa25f0

Please sign in to comment.