Testsuite: make debug output for proxied TLS less indeterminate
[exim.git] / src / src / transports / smtp.c
index 3b4aea192e04eadc93f5c26007bb62c5adc526dc..016f9783ff82cf7395f973ca76b41c07762ab2a4 100644 (file)
@@ -3513,6 +3513,7 @@ propagate it from the initial
              _exit(pid < 0 ? EXIT_FAILURE : EXIT_SUCCESS);
              }
            smtp_proxy_tls(sx.buffer, sizeof(sx.buffer), pfd[0], sx.ob->command_timeout);
+           if (running_in_test_harness) millisleep(100);       /* let logging complete */
            exim_exit(0, US"TLS proxy");
            }
          }