build: add a timeout for test-images (#6942)

normal runtime seems to be 3min, add 20min timeout.
This commit is contained in:
Joonas Koivunen
2024-02-28 12:58:13 +02:00
committed by GitHub
parent c3a40a06f3
commit fcb77f3d8f

View File

@@ -937,6 +937,7 @@ jobs:
fi
- name: Verify docker-compose example
timeout-minutes: 20
run: env REPOSITORY=369495373322.dkr.ecr.eu-central-1.amazonaws.com TAG=${{needs.tag.outputs.build-tag}} ./docker-compose/docker_compose_test.sh
- name: Print logs and clean up