Skip to content

Commit c5c8730

Browse files
committed
build-docker.yml: Add sleep for qemu update tests
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
1 parent 997cbc8 commit c5c8730

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
docker logs -f nextcloudpi |& awk '{ print "CONTAINER::" $0 }' &
9898
docker exec nextcloudpi bash -c 'tail -f /var/log/ncp.log' |& awk '{ print "NCP::" $0 }' &
9999
cmd=(python activation_tests.py --no-gui localhost 8443 4443)
100-
[[ "${ARCH?}" == "x86" ]] || cmd+=(--timeout 300)
100+
[[ "${ARCH?}" == "x86" ]] || { sleep 30; cmd+=(--timeout 300); }
101101
102102
success=false
103103
for attempt in {1..3}

0 commit comments

Comments
 (0)