Skip to content

Commit f4bd908

Browse files
committed
[skip ci] Relax Zend/tests/concat_003.phpt
This test frequently fails in CI, where it took 1.3s, including a repeat due to being marked as flaky. Bump this limit with a generous margin.
1 parent c2f4508 commit f4bd908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/concat_003.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (getenv('SKIP_PERF_SENSITIVE')) die("skip performance sensitive test");
1111
$time = microtime(TRUE);
1212

1313
/* This might vary on Linux/Windows, so the worst case and also count in slow machines. */
14-
$t_max = 1.0;
14+
$t_max = 2.0;
1515

1616
$datas = array_fill(0, 220000, [
1717
'000.000.000.000',

0 commit comments

Comments
 (0)