We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00c197 commit 623c9b6Copy full SHA for 623c9b6
test/integration/retries.js
@@ -3,7 +3,7 @@ var helpers = require('./helpers');
3
var args = [];
4
5
describe('retries', function() {
6
- this.timeout(1000);
+ this.timeout(2000);
7
8
it('are ran in correct order', function(done) {
9
helpers.runMocha('retries/hooks.js', args, function(err, res) {
0 commit comments