Skip to content

Commit

Permalink
test(integration): Try to avoid false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Oct 18, 2024
1 parent caed0b6 commit 59d08eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Integration/AbstractBouncerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,8 @@ public function testCanVerifyIpInStreamMode(): void

// Add and remove decision
$this->watcherClient->setSecondState();
// Wait to avoid false positive
sleep(2);

// Pull updates
$bouncer->refreshBlocklistCache();
Expand Down

0 comments on commit 59d08eb

Please sign in to comment.