Testsuite: when generating a bounce message, allow time for exec to run before before...
[exim.git] / src / src / child.c
index 1407b3718cea54aa830736399428732e809b8967..948e0d66928dfb26ed96982c94815ef5950684dc 100644 (file)
@@ -269,6 +269,8 @@ if (pid == 0)
     }
   }
 
+testharness_pause_ms(100); /* let child work even longer, for exec */
+
 /* Parent process. Save fork() errno and close the reading end of the stdin
 pipe. */