2009-12-05 19:48:31 +00:00
|
|
|
diff --git a/tests/runtests.pl b/tests/runtests.pl
|
2010-02-11 11:31:31 +00:00
|
|
|
index d4e9072..fb32c78 100755
|
2009-12-05 19:48:31 +00:00
|
|
|
--- a/tests/runtests.pl
|
|
|
|
+++ b/tests/runtests.pl
|
2010-02-11 11:31:31 +00:00
|
|
|
@@ -222,7 +222,7 @@ my $sshdverstr; # for socks server, ssh daemon version string
|
2009-12-05 19:48:31 +00:00
|
|
|
my $sshderror; # for socks server, ssh daemon version error
|
2009-12-04 23:50:15 +00:00
|
|
|
|
2009-12-05 19:48:31 +00:00
|
|
|
my $defserverlogslocktimeout = 20; # timeout to await server logs lock removal
|
|
|
|
-my $defpostcommanddelay = 0; # delay between command and postcheck sections
|
|
|
|
+my $defpostcommanddelay = 1; # delay between command and postcheck sections
|
2009-12-04 23:50:15 +00:00
|
|
|
|
2010-02-11 11:31:31 +00:00
|
|
|
my $timestats; # time stamping and stats generation
|
|
|
|
my $fullstats; # show time stats for every single test
|