We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba6028 commit c7ee5bfCopy full SHA for c7ee5bf
tests/OrmTest.php
@@ -108,7 +108,7 @@ public static function setUpBeforeClass(): void
108
if (!self::$processes) {
109
throw new AssertionError("No processes!");
110
}
111
- $t = new TimeoutCancellation(10.0);
+ $t = new TimeoutCancellation(30.0);
112
foreach (self::$processes as $name => $process) {
113
$ok = awaitAny([
114
async(self::waitForStartup(...), $process->getStdout()),
0 commit comments