Skip to content

Commit 525d4a2

Browse files
committed
redued unit test timeout
1 parent fbdced3 commit 525d4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-
},20000);
146+
},18000);
147147

148148
});
149149

0 commit comments

Comments
 (0)