fix(nightly): fix nightly builds (#1584)

Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
This commit is contained in:
peusebiu
2023-07-06 16:50:12 +03:00
committed by GitHub
parent 41b05c60dd
commit 7d7e4416b5
6 changed files with 22 additions and 14 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ function teardown_file() {
start=`date +%s`
echo "waiting for sync to finish" >&3
run wait_for_string "sync: finished syncing all repos" ${ZOT_LOG_FILE} "3m"
run wait_for_string "sync: finished syncing all repos" ${ZOT_LOG_FILE} "5m"
[ "$status" -eq 0 ]
end=`date +%s`