Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
fix: increase github actions operation timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
SSen committed Feb 6, 2021
1 parent 3bb7397 commit 0b7530a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
e2e:
name: E2E ${{ matrix.node }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 20
timeout-minutes: 30

strategy:
fail-fast: false
Expand Down

0 comments on commit 0b7530a

Please sign in to comment.