]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: increase the default server logs lock timeout
authorDan Fandrich <dan@coneharvesters.com>
Wed, 13 Sep 2023 07:07:25 +0000 (00:07 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 13 Sep 2023 18:26:08 +0000 (11:26 -0700)
This timeout is used to wait for the server to finish writing its logs
before checking them against the expected values. An overloaded machine
could take more than the two seconds previously allocated, so increase
the timeout to 5 seconds.

Ref: #11328
Closes #11834

tests/runner.pm

index 0a288c4138dd421c6aca9053e14f9de4b974a624..8d86bd771438fe60af42035865580149d8f39889 100644 (file)
@@ -126,7 +126,7 @@ our $tortalloc;
 my %oldenv;       # environment variables before test is started
 my $UNITDIR="./unit";
 my $CURLLOG="$LOGDIR/commands.log"; # all command lines run
-my $defserverlogslocktimeout = 2; # timeout to await server logs lock removal
+my $defserverlogslocktimeout = 5; # timeout to await server logs lock removal
 my $defpostcommanddelay = 0; # delay between command and postcheck sections
 my $multiprocess;   # nonzero with a separate test runner process