mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-09 16:28:41 +00:00
Update time_limit.phpt
My MSI katana can do these test before timeout. well i increase max value of $i
This commit is contained in:
parent
133bf61e05
commit
4892402e7e
@ -13,7 +13,7 @@ if (getenv("SKIP_SLOW_TESTS")) {
|
||||
|
||||
$JS = <<< EOT
|
||||
var text = "abcdefghijklmnopqrstuvwyxz0123456789";
|
||||
for (var i = 0; i < 10000000; ++i) {
|
||||
for (var i = 0; i < 100000000; ++i) {
|
||||
var encoded = encodeURI(text);
|
||||
}
|
||||
EOT;
|
||||
|
Loading…
Reference in New Issue
Block a user