From f8100d66d570cc28ea9275b817e754c9c7ab9265 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Thu, 24 Apr 2025 10:15:08 +0200 Subject: [PATCH] ci: extend 'Wait for extension build to finish' timeout (#11689) Refs - https://neondb.slack.com/archives/C059ZC138NR/p1745427571307149 --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index e875cb327f..5b292d88e2 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -1238,7 +1238,7 @@ jobs: env: GH_TOKEN: ${{ secrets.CI_ACCESS_TOKEN }} run: | - TIMEOUT=1800 # 30 minutes, usually it takes ~2-3 minutes, but if runners are busy, it might take longer + TIMEOUT=5400 # 90 minutes, usually it takes ~2-3 minutes, but if runners are busy, it might take longer INTERVAL=15 # try each N seconds last_status="" # a variable to carry the last status of the "build-and-upload-extensions" context