Skip to content

Commit b3af6c1

Browse files
committed
Fix CI
1 parent 451e7ff commit b3af6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rules_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ defmodule PlugAttack.RuleTest do
5252
assert data[:remaining] == 0
5353
assert data[:expires_at] == expires
5454

55-
:timer.sleep(100)
55+
:timer.sleep(90)
5656
assert {:allow, {:throttle, data}} = throttle()
5757
assert data[:period] == 100
5858
assert data[:limit] == 5

0 commit comments

Comments
 (0)