From 4caaecb458f60877702a5f928980d9c4b2e1a5a0 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Tue, 17 Aug 2021 21:21:00 +0200 Subject: [PATCH] tests/runtests.pl: use default post command delay of 100ms 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 #7530 --- tests/runtests.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/runtests.pl b/tests/runtests.pl index a8d597ccc8aaea..f2f92c8346216a 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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 #