Skip to content

Commit 7a13c95

Browse files
add timeout to contract-verify action
1 parent 9f8410a commit 7a13c95

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/contract-verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
jobs:
2121
contract_verify_job:
2222
runs-on: ubuntu-latest
23+
timeout-minutes: 15 # Sometimes the parser can get stuck
2324
name: Verify smart contract files
2425
steps:
2526
# Checkout repo to use files of the repo as input for container action

0 commit comments

Comments
 (0)