We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc79c3d commit a11accbCopy full SHA for a11accb
t/ndk.t
@@ -5,8 +5,6 @@ repeat_each(2);
5
6
plan tests => repeat_each() * (blocks() * 5 + 2);
7
8
-$ENV{TEST_NGINX_HOTLOOP} ||= 9;
9
-
10
add_block_preprocessor(sub {
11
my $block = shift;
12
@@ -47,11 +45,11 @@ __DATA__
47
45
ngx.say(set_unescape_uri("a%20b"))
48
46
49
local res
50
- for i = 1, $TEST_NGINX_HOTLOOP * 5 do
+ for i = 1, $TEST_NGINX_HOTLOOP * 10 do
51
res = set_escape_uri(" :")
52
end
53
54
55
res = set_unescape_uri("a%20b")
56
57
}
0 commit comments