Skip to content

Commit eaceb0e

Browse files
committed
ci(limiter): Decrease limit to pass CI
1 parent 0fae0ef commit eaceb0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pit/limiter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func Test_nopeLimiter_allow(t *testing.T) {
2626
func Test_tokenLimiter_allow(t *testing.T) {
2727
t.Parallel()
2828

29-
qps, oneTokenDuration := 100, time.Second/100
29+
qps, oneTokenDuration := 10, time.Second/10
3030
lim := newTokenLimiter(qps)
3131
lim.token = 0
3232

0 commit comments

Comments
 (0)