Skip to content

Commit

Permalink
chore: normalizing workflow timeouts (#2871)
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Jul 31, 2024
1 parent fc39124 commit 9180609
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/rude-grapes-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

integration:
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 25
if: github.ref_name == 'master' || github.head_ref == 'changeset-release/master'
steps:
- name: Checkout
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

e2e:
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 25
needs: [environments]
steps:
- name: Checkout
Expand Down

0 comments on commit 9180609

Please sign in to comment.