Skip to content

Commit fc64046

Browse files
update time limits
1 parent 7773819 commit fc64046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bench.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -777,12 +777,12 @@ function gethostname() {
777777
'7.2' => 308,
778778
'7.3' => 288,
779779
'7.4' => 241,
780-
'8.0' => 287,
780+
'8.0' => 205,
781781
'8.1' => 268,
782782
'8.2' => 251,
783783
'8.3' => 194,
784784
'8.4' => 193,
785-
'8.5' => 205
785+
'8.5' => 234
786786
);
787787
// Simple and fast test times, used to adjust all test times and limits
788788
$dumbTestMaxPhpTimes = array(

0 commit comments

Comments
 (0)