Skip to content

Commit 82c027e

Browse files
Merge branch '5.3' into 5.4
* 5.3: Try making tests a bit less transient Fix CI on macos-11 [Serializer] Fix denormalizing custom class in UidNormalizer [Config] In XmlUtils, avoid converting from octal every string starting with a 0 Make RateLimiter resilient to timeShifting
2 parents efacf15 + c0da20d commit 82c027e

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
@@ -50,7 +50,7 @@ public static function tearDownAfterClass(): void
5050
*/
5151
protected function getClockDelay()
5252
{
53-
return 1000000;
53+
return 1500000;
5454
}
5555

5656
/**

0 commit comments

Comments
 (0)