summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-10-19 11:44:30 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2019-10-19 20:52:36 +0100
commitf8597898434c2e2f73a66c4161c96db3a5f4137d (patch)
tree5a517a0db146e99b12694aa1904e6e931adbfeab /src
parentdc8380bb68f615c89345eff1855a1a2e6f8cbf8a (diff)
Testsuite: when running under the testharness, wait longer for transport process to finish first
Diffstat (limited to 'src')
-rw-r--r--src/src/deliver.c5
1 files changed, 3 insertions, 2 deletions
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;