From 623c9b6fe47f1d8233daf75d500976b3b45d3a95 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Tue, 26 Jan 2016 11:10:45 -0800 Subject: [PATCH] increase retry test timeout --- test/integration/retries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/retries.js b/test/integration/retries.js index df7e4abbcc..68a8bca3e2 100644 --- a/test/integration/retries.js +++ b/test/integration/retries.js @@ -3,7 +3,7 @@ var helpers = require('./helpers'); var args = []; describe('retries', function() { - this.timeout(1000); + this.timeout(2000); it('are ran in correct order', function(done) { helpers.runMocha('retries/hooks.js', args, function(err, res) {