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:
Nikita Popov 2014-02-26 16:37:58 +01:00
parent 95c73f99d3
commit 96d0bb7bca

View file

@ -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;