Skip to content

Commit

Permalink
ci: raise timeout on ics-light-client-attack
Browse files Browse the repository at this point in the history
This single job was failing due to timeout. Bumping its timeout.
We could also switch to a faster runner, but a separate job takes ~1h,
which is really where we should focus attention.
  • Loading branch information
conorsch committed Apr 12, 2024
1 parent 634dccc commit 2e9893a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/misbehaviour.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
ics-light-client-attack:
runs-on: ubuntu-20.04
timeout-minutes: 20
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 2e9893a

Please sign in to comment.