mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 22:12:56 +00:00
build: add a timeout for test-images (#6942)
normal runtime seems to be 3min, add 20min timeout.
This commit is contained in:
1
.github/workflows/build_and_test.yml
vendored
1
.github/workflows/build_and_test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user