Skip to content

Commit

Permalink
test(integration): Try to avoid false positive (bis)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Oct 18, 2024
1 parent 59d08eb commit 848ef59
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 @@ -1256,6 +1256,8 @@ public function testCanVerifyIpInStreamMode(): void

// Pull updates
$bouncer->refreshBlocklistCache();
// Wait to avoid false positive
sleep(2);

$this->assertEquals(
'ban',
Expand Down

0 comments on commit 848ef59

Please sign in to comment.