From f8597898434c2e2f73a66c4161c96db3a5f4137d Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 19 Oct 2019 11:44:30 +0100 Subject: Testsuite: when running under the testharness, wait longer for transport process to finish first --- src/src/deliver.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/src/deliver.c b/src/src/deliver.c index e228a0bfd..0055ad481 100644 --- a/src/src/deliver.c +++ b/src/src/deliver.c @@ -5024,9 +5024,10 @@ all pipes, so I do not see a reason to use non-blocking IO here /* Otherwise, if we are running in the test harness, wait a bit, to let the newly created process get going before we create another process. This should - ensure repeatability in the tests. We only need to wait a tad. */ + ensure repeatability in the tests. Wait long enough for most cases to complete + the transport. */ - else testharness_pause_ms(500); + else testharness_pause_ms(600); continue; -- cgit v1.2.3