mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-26 15:49:58 +00:00
CI(test-images): increase timeout from 20m to 60m (#11955)
## Problem For some reason (unknown yet) 20m timeout is not enough for `test-images` job on arm runners. Ref: https://github.com/neondatabase/neon/actions/runs/15075321681/job/42387530399?pr=11953 ## Summary of changes - Increase the timeout from 20m to 1h
This commit is contained in:
committed by
GitHub
parent
532d9b646e
commit
deed46015d
2
.github/workflows/build_and_test.yml
vendored
2
.github/workflows/build_and_test.yml
vendored
@@ -963,7 +963,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Verify docker-compose example and test extensions
|
- name: Verify docker-compose example and test extensions
|
||||||
timeout-minutes: 20
|
timeout-minutes: 60
|
||||||
env:
|
env:
|
||||||
TAG: >-
|
TAG: >-
|
||||||
${{
|
${{
|
||||||
|
|||||||
Reference in New Issue
Block a user