Skip to content

Commit

Permalink
tests/runtests.pl: use default post command delay of 100ms
Browse files Browse the repository at this point in the history
Although flushing the output buffers reduced the flakiness
of the curl test suite on Windows already, some tests were
still randomly failing. This is another attempt to fix it.

Follow up to curl#7530
  • Loading branch information
mback2k committed Oct 12, 2021
1 parent 8a534f8 commit 4caaecb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/runtests.pl
Expand Up @@ -5800,6 +5800,10 @@ sub runtimestats {
get_disttests();
init_serverpidfile_hash();

if(pathhelp::os_is_win()) {
$defpostcommanddelay = 0.1;
}

#######################################################################
# Output curl version and host info being tested
#
Expand Down

0 comments on commit 4caaecb

Please sign in to comment.