Performance timing measurements
[exim.git] / src / src / transports / pipe.c
index 70df8729d47a94bec136f2aa358681ed0dd212dd..4386a9ae625b8fd54772a86bc9bc4c5040d74c6c 100644 (file)
@@ -813,7 +813,7 @@ bit here to let the sub-process get going, but it may still not complete. So we
 ignore all writing errors. (When in the test harness, we do do a short sleep so
 any debugging output is likely to be in the same order.) */
 
-if (f.running_in_test_harness) millisleep(500);
+testharness_pause_ms(500);
 
 DEBUG(D_transport) debug_printf("Writing message to pipe\n");