Skip to content

Commit c0da20d

Browse files
Merge branch '4.4' into 5.3
* 4.4: Try making tests a bit less transient
2 parents e5aea3e + d9ccbd0 commit c0da20d

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
@@ -46,7 +46,7 @@ public static function tearDownAfterClass(): void
4646
*/
4747
protected function getClockDelay()
4848
{
49-
return 1000000;
49+
return 1500000;
5050
}
5151

5252
/**

0 commit comments

Comments
 (0)