17 lines
706 B
Diff
17 lines
706 B
Diff
tests/runtests.pl | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/tests/runtests.pl b/tests/runtests.pl
|
|
index 6e3b5b9..75386b8 100755
|
|
--- a/tests/runtests.pl
|
|
+++ b/tests/runtests.pl
|
|
@@ -221,7 +221,7 @@ my $sshdverstr; # for socks server, ssh daemon version string
|
|
my $sshderror; # for socks server, ssh daemon version error
|
|
|
|
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
|
|
|
|
my $timestats; # time stamping and stats generation
|
|
my $fullstats; # show time stats for every single test
|