Skip to content

Commit

Permalink
Adjust timeing in filter rate limit test to let macos CI test run ok.
Browse files Browse the repository at this point in the history
  • Loading branch information
NagyZoltanPeter committed Sep 13, 2024
1 parent fa46148 commit 3a88339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/waku_filter_v2/test_waku_filter_dos_protection.nim
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ suite "Waku Filter - DOS protection":
some(FilterSubscribeErrorKind.TOO_MANY_REQUESTS)

# ensure period of time has passed and clients can again use the service
await sleepAsync(700.milliseconds)
await sleepAsync(1000.milliseconds)
check client1.subscribe(serverRemotePeerInfo, pubsubTopic, contentTopicSeq) ==
none(FilterSubscribeErrorKind)
check client2.subscribe(serverRemotePeerInfo, pubsubTopic, contentTopicSeq) ==
Expand Down

0 comments on commit 3a88339

Please sign in to comment.