From 79e054aac64f71d54055dc9139fffd4fe43c954d Mon Sep 17 00:00:00 2001 From: Eric Badiere Date: Mon, 26 Aug 2024 07:35:31 -0600 Subject: [PATCH] fix: Bump timeout up due to many test runs timing out in the current CI (#2877) infrastructure. Signed-off-by: ebadiere --- .github/workflows/dapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dapp.yml b/.github/workflows/dapp.yml index e0e7a5da5f..4baae5ebb2 100644 --- a/.github/workflows/dapp.yml +++ b/.github/workflows/dapp.yml @@ -15,7 +15,7 @@ jobs: setup-local-hedera: name: Dapp Tests runs-on: [self-hosted, Linux, medium, ephemeral] - timeout-minutes: 35 # Set to 35 minutes for now + timeout-minutes: 45 # Set to 45 minutes for now permissions: contents: write steps: