From 7c264b775b2b914cfc876c0ed568949c8516f0f7 Mon Sep 17 00:00:00 2001 From: Philipp Storz Date: Tue, 18 Apr 2017 16:04:19 +0200 Subject: [PATCH] prune-migration-test: sleep much longer Unfortunately, especially with mysql, the prune-migration-test fails because the pruning of the jobs takes too long and the jobs are not all removed when the check for them is done. --- tests/prune-migration-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/prune-migration-test b/tests/prune-migration-test index f98a3c6fa20..925ab4cbc43 100755 --- a/tests/prune-migration-test +++ b/tests/prune-migration-test @@ -66,7 +66,7 @@ SELECT JobId, JobTDate, StartTime, EndTime FROM Job; list jobs prune jobs jobtype=backup yes -@sleep 10 +@sleep 90 list jobs sql SELECT JobId, JobTDate, StartTime, EndTime FROM Job;