Skip to content

Commit 96d0bb7

Browse files
committed
Update stack size in tests/func/010.phpt
Stack size is 16K nowadays. Now the test takes a more reasonable amount of time to run...
1 parent 95c73f9 commit 96d0bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/func/010.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
88
<?php
99

1010
// the stack size + some random constant
11-
$boundary = 64*1024;
11+
$boundary = 16*1024-16;
1212
$limit = $boundary+42;
1313

1414

0 commit comments

Comments
 (0)