From 4892402e7e8a44a2a4d43ec92b994aacace858f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D1=82=D1=80=D0=B5=D0=BB=D1=8C=D1=86=D0=BE=D0=B2=20?= =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Tue, 18 Jul 2023 02:41:08 +0300 Subject: [PATCH] Update time_limit.phpt My MSI katana can do these test before timeout. well i increase max value of $i --- tests/time_limit.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/time_limit.phpt b/tests/time_limit.phpt index 4cef93f..02567c9 100644 --- a/tests/time_limit.phpt +++ b/tests/time_limit.phpt @@ -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;