Skip to content

Commit 59d08eb

Browse files
test(integration): Try to avoid false positive
1 parent caed0b6 commit 59d08eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Integration/AbstractBouncerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,8 @@ public function testCanVerifyIpInStreamMode(): void
12511251

12521252
// Add and remove decision
12531253
$this->watcherClient->setSecondState();
1254+
// Wait to avoid false positive
1255+
sleep(2);
12541256

12551257
// Pull updates
12561258
$bouncer->refreshBlocklistCache();

0 commit comments

Comments
 (0)