Skip to content

Commit 848ef59

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Integration/AbstractBouncerTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -1256,6 +1256,8 @@ public function testCanVerifyIpInStreamMode(): void
12561256

12571257
// Pull updates
12581258
$bouncer->refreshBlocklistCache();
1259+
// Wait to avoid false positive
1260+
sleep(2);
12591261

12601262
$this->assertEquals(
12611263
'ban',

0 commit comments

Comments
 (0)