Skip to content

Commit 2e00fde

Browse files
committed
Ensure request dumper has been reset
1 parent 3637cd9 commit 2e00fde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Integrations/PCNTL/PCNTLTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
final class PCNTLTest extends IntegrationTestCase
99
{
1010
private static $acceptable_test_execution_time = 2;
11-
private const MAX_RETRIES = 3;
11+
const MAX_RETRIES = 3;
1212

1313
protected function ddSetUp()
1414
{
@@ -17,6 +17,7 @@ protected function ddSetUp()
1717
}
1818

1919
$this->resetRequestDumper();
20+
\usleep(500000); // 500ms
2021
parent::ddSetUp();
2122
}
2223

0 commit comments

Comments
 (0)