mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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...
This commit is contained in:
parent
95c73f99d3
commit
96d0bb7bca
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
|
|||
<?php
|
||||
|
||||
// the stack size + some random constant
|
||||
$boundary = 64*1024;
|
||||
$boundary = 16*1024-16;
|
||||
$limit = $boundary+42;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue