changeset 1332:fe60c3959069

Tests: adjusted binary_upgrade.t for instrumented binaries.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 04 Jun 2018 14:48:21 +0300
parents f48d2792730e
children 746d9ffdbd26
files binary_upgrade.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/binary_upgrade.t
+++ b/binary_upgrade.t
@@ -43,7 +43,7 @@ ok($pid, 'master pid');
 
 kill 'USR2', $pid;
 
-for (1 .. 10) {
+for (1 .. 30) {
 	last if -e $t->testdir() . '/nginx.pid'
 		&& -e $t->testdir() . '/nginx.pid.oldbin';
 	select undef, undef, undef, 0.2