We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c0d6b commit 00234b9Copy full SHA for 00234b9
tests/time_limit.phpt
@@ -13,7 +13,7 @@ if (getenv("SKIP_SLOW_TESTS")) {
13
14
$JS = <<< EOT
15
var text = "abcdefghijklmnopqrstuvwyxz0123456789";
16
-for (var i = 0; i < 10000000; ++i) {
+for (var i = 0; i < 20000000; ++i) {
17
var encoded = encodeURI(text);
18
}
19
EOT;
0 commit comments