Skip to content

Commit d9ccbd0

Browse files
Try making tests a bit less transient
1 parent 567d29b commit d9ccbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Store/PdoDbalStoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static function tearDownAfterClass(): void
4444
*/
4545
protected function getClockDelay()
4646
{
47-
return 1000000;
47+
return 1500000;
4848
}
4949

5050
/**

0 commit comments

Comments
 (0)