From f01c0694079442fe730b945794dd440b389d5a0c Mon Sep 17 00:00:00 2001 From: Spencer Gilbert Date: Tue, 9 May 2023 09:58:09 -0400 Subject: [PATCH] chore(ci): Increase timeout for integration tests to 30m Signed-off-by: Spencer Gilbert --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 7db342134b7ce..13976ba78b047 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -89,7 +89,7 @@ jobs: - test: 'shutdown' - test: 'splunk' - test: 'webhdfs' - timeout-minutes: 25 + timeout-minutes: 30 steps: - uses: actions/checkout@v3 - run: make ci-sweep