Skip to content

Commit c7ee5bf

Browse files
committed
Increase startup delay
1 parent 0ba6028 commit c7ee5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/OrmTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public static function setUpBeforeClass(): void
108108
if (!self::$processes) {
109109
throw new AssertionError("No processes!");
110110
}
111-
$t = new TimeoutCancellation(10.0);
111+
$t = new TimeoutCancellation(30.0);
112112
foreach (self::$processes as $name => $process) {
113113
$ok = awaitAny([
114114
async(self::waitForStartup(...), $process->getStdout()),

0 commit comments

Comments
 (0)