Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 00234b9

Browse files
committed
(time_limit.phpt) increase loop length so time limit hits more likely on fast machines
1 parent 38c0d6b commit 00234b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/time_limit.phpt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (getenv("SKIP_SLOW_TESTS")) {
1313

1414
$JS = <<< EOT
1515
var text = "abcdefghijklmnopqrstuvwyxz0123456789";
16-
for (var i = 0; i < 10000000; ++i) {
16+
for (var i = 0; i < 20000000; ++i) {
1717
var encoded = encodeURI(text);
1818
}
1919
EOT;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /