Skip to content

Commit 838440b

Browse files
committed
push.yml: increase the timeout for the Android job
1 parent edd988c commit 838440b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
Java21-x-Android:
139139
if: contains(toJson(github.event.commits), '[ci skip] ') == false
140140
runs-on: ubuntu-22.04
141-
timeout-minutes: 60
141+
timeout-minutes: 90
142142
steps:
143143
- uses: actions/setup-java@v4
144144
with:

0 commit comments

Comments
 (0)