Skip to content

Commit fce6924

Browse files
committed
Increase timeout
Signed-off-by: Patrick Reinhart <patrick@reini.net>
1 parent c65a35d commit fce6924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: chmod +x gradlew
3333
- name: Build with Gradle
3434
run: ./gradlew build
35-
timeout-minutes: 5
35+
timeout-minutes: 10
3636
- name: Run codecov analysis
3737
uses: codecov/codecov-action@v5
3838
deploy:

0 commit comments

Comments
 (0)