Skip to content

Commit b6e4af6

Browse files
committed
ad
1 parent a74ad61 commit b6e4af6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/blackbox/upgrade.bats

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ DOCKERFILE
393393
local zot_port=`cat ${BATS_FILE_TMPDIR}/zot.port`
394394
zot_serve ${ZOT_PATH} ${zot_config_file}
395395
wait_zot_reachable ${zot_port}
396+
sleep 60
396397
}
397398

398399
@test "[new] push image" {

test/blackbox/upgrade_minimal.bats

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ DOCKERFILE
393393
local zot_port=`cat ${BATS_FILE_TMPDIR}/zot.port`
394394
zot_serve ${ZOT_MINIMAL_PATH} ${zot_config_file}
395395
wait_zot_reachable ${zot_port}
396+
sleep 60
396397
}
397398

398399
@test "[new] push image" {

0 commit comments

Comments
 (0)