Skip to content

Commit

Permalink
fix: Bump timeout up due to many test runs timing out in the current …
Browse files Browse the repository at this point in the history
…CI (#2877)

infrastructure.

Signed-off-by: ebadiere <[email protected]>
  • Loading branch information
ebadiere authored Aug 26, 2024
1 parent 30d6cce commit 79e054a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 79e054a

Please sign in to comment.