Skip to content

Commit c1b8829

Browse files
committed
increated timeout for rate limit test
1 parent 5cf3512 commit c1b8829

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/mocha.opts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
--recursive
2-
--timeout 5000
2+
--timeout 15000

test/routes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ it('should save rate limit error on request log', function(done){
143143
.catch(function(err){
144144
done(err);
145145
});
146-
},4000);
146+
},14000);
147147

148148
});
149149

0 commit comments

Comments
 (0)