Skip to content

Commit 1e00cb9

Browse files
The actual build times are nowhere near 45 mins
Give it time...
1 parent 097fd75 commit 1e00cb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
jobs:
1414
build-android:
15-
timeout-minutes: 45
15+
timeout-minutes: 10
1616
runs-on: ubuntu-latest
1717
permissions:
1818
contents: read

.github/workflows/ios-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
jobs:
1414
build-ios:
15-
timeout-minutes: 45
15+
timeout-minutes: 10
1616
runs-on: macos-latest
1717
permissions:
1818
contents: read

0 commit comments

Comments
 (0)