Skip to content

Commit 337f66e

Browse files
committed
adjust e2e test GH Action timeout to 30min
1 parent 7be104d commit 337f66e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10-
timeout-minutes: 45
10+
timeout-minutes: 30
1111
steps:
1212
- uses: actions/checkout@v4
1313

.github/workflows/e2e_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
e2e-tests:
99
runs-on: ubuntu-latest
10-
timeout-minutes: 45
10+
timeout-minutes: 30
1111
steps:
1212
- uses: actions/checkout@v4
1313

0 commit comments

Comments
 (0)