We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95100d commit bbf7b98Copy full SHA for bbf7b98
1 file changed
t/127-uthread-kill.t
@@ -7,7 +7,7 @@ our $StapScript = $t::StapThread::StapScript;
7
8
repeat_each(2);
9
10
-plan tests => repeat_each() * (blocks() * 5 + 1);
+plan tests => repeat_each() * (blocks() * 5 + 1) - 2;
11
12
$ENV{TEST_NGINX_RESOLVER} ||= '8.8.8.8';
13
$ENV{TEST_NGINX_MEMCACHED_PORT} ||= '11211';
0 commit comments