Skip to content

Commit 623c9b6

Browse files
committed
increase retry test timeout
1 parent f00c197 commit 623c9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/retries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var helpers = require('./helpers');
33
var args = [];
44

55
describe('retries', function() {
6-
this.timeout(1000);
6+
this.timeout(2000);
77

88
it('are ran in correct order', function(done) {
99
helpers.runMocha('retries/hooks.js', args, function(err, res) {

0 commit comments

Comments
 (0)