Skip to content

Commit

Permalink
Adjust rate limit test timing to prevent intermittent failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Oct 8, 2017
1 parent 159ddef commit 7bb90a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rate-limit/rate-limit-tests.js
Expand Up @@ -62,7 +62,7 @@ testAsyncMulti("rate limit tests - Run multiple invocations and wait for one" +
IPAddr: null,
method: null
};
self.r.addRule(self.restrictJustUserIdOneRule, 1, 1000);
self.r.addRule(self.restrictJustUserIdOneRule, 1, 500);
self.connectionHandle = createTempConnectionHandle(123, '127.0.0.1')
self.methodInvc1 = createTempMethodInvocation(self.userIdOne,
self.connectionHandle, 'login');
Expand Down

0 comments on commit 7bb90a3

Please sign in to comment.