diff --git a/tests/Browser/Browser.php b/tests/Browser/Browser.php index 56fcd96bbb0..1036e508fdf 100644 --- a/tests/Browser/Browser.php +++ b/tests/Browser/Browser.php @@ -240,7 +240,7 @@ public function readDownloadedFile($filename) // Give the browser a chance to finish download $n = 0; while (!file_exists($filename)) { - if ($n++ > 5) { + if ($n++ > 10) { break; } sleep(1);