fix(gha): add timeout to anchor jobs
This commit is contained in:
parent
72597a59dd
commit
96257bf437
|
@ -13,6 +13,7 @@ jobs:
|
|||
vrfParserTest:
|
||||
name: "Anchor VRF Parser Tests"
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 25
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
@ -51,6 +52,7 @@ jobs:
|
|||
feedParserTest:
|
||||
name: "Anchor Feed Parser Tests"
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 25
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue