0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-19 01:35:18 +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:
Стрельцов Михаил 2023-07-18 02:41:08 +03:00 committed by GitHub
parent 133bf61e05
commit 4892402e7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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