sleep 3 when --run-time 2, otherwise we get spurious failures

This commit is contained in:
Baron Schwartz
2012-06-05 11:56:56 -04:00
parent 7f8d07a615
commit 649ee2c301

View File

@@ -48,7 +48,7 @@ SKIP: {
'Log file created'
);
sleep 2;
sleep 3; # --run-time=2; if we sleep 2 we'll get intermittent failures.
ok(
!-f '/tmp/pt-kill.pid',
'PID file removed'