Skip to content

Commit 4363ea3

Browse files
committed
fix: bump timeout-minutes because naive-ui tests may take time
1 parent a0be0bb commit 4363ea3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ecosystem-ci-from-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
return comment.id
6565
6666
execute-selected-suite:
67-
timeout-minutes: 30
67+
timeout-minutes: 60
6868
runs-on: ubuntu-latest
6969
needs: init
7070
if: "inputs.suite != '-'"
@@ -85,7 +85,7 @@ jobs:
8585
COREPACK_ENABLE_STRICT: 0
8686
8787
execute-all:
88-
timeout-minutes: 30
88+
timeout-minutes: 60
8989
runs-on: ubuntu-latest
9090
needs: init
9191
if: "inputs.suite == '-'"

.github/workflows/ecosystem-ci-selected.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ on:
4747
- vueuse
4848
jobs:
4949
execute-selected-suite:
50-
timeout-minutes: 30
50+
timeout-minutes: 60
5151
runs-on: ubuntu-latest
5252
steps:
5353
- uses: actions/checkout@v3

.github/workflows/ecosystem-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ on:
3535
types: [ecosystem-ci]
3636
jobs:
3737
test-ecosystem:
38-
timeout-minutes: 30
38+
timeout-minutes: 60
3939
runs-on: ubuntu-latest
4040
strategy:
4141
matrix:

0 commit comments

Comments
 (0)