Skip to content

Commit 3718e18

Browse files
committed
Fix transient tests
1 parent 4038818 commit 3718e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Dumper/ServerDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ private function getServerProcess(): Process
8989
'VAR_DUMPER_SERVER' => self::VAR_DUMPER_SERVER,
9090
]);
9191

92-
return $process->setTimeout(9);
92+
return $process->setTimeout('\\' === \DIRECTORY_SEPARATOR ? 19 : 9);
9393
}
9494
}

0 commit comments

Comments
 (0)