mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 08:51:44 +00:00
sleep 3 when --run-time 2, otherwise we get spurious failures
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user