From efa5491b70669ad11b50ee2feb86a31ba3ac0f62 Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Sun, 10 Nov 2024 08:16:06 +0000 Subject: [PATCH] chore: increase timeout in test/blackbox/restore_s3_blobs.bats Looks like the message is actually there even if the test fails, maybe there is a timing issue. https://github.com/project-zot/zot/actions/runs/11747889146/job/32730772641 Signed-off-by: Andrei Aaron --- test/blackbox/restore_s3_blobs.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/blackbox/restore_s3_blobs.bats b/test/blackbox/restore_s3_blobs.bats index 557585419..87f7a782e 100644 --- a/test/blackbox/restore_s3_blobs.bats +++ b/test/blackbox/restore_s3_blobs.bats @@ -131,7 +131,7 @@ function teardown_file() { start=`date +%s` echo "waiting for restoring blobs task to finish" >&3 - run wait_for_string "no digests left, finished" ${ZOT_LOG_FILE} "5m" + run wait_for_string "no digests left, finished" ${ZOT_LOG_FILE} "6m" [ "$status" -eq 0 ] end=`date +%s`