From dddd3e0885ff81dd3886721c7cc48dc9466c3bdf Mon Sep 17 00:00:00 2001 From: stslex Date: Fri, 21 Feb 2025 22:17:33 +0300 Subject: [PATCH] encrease build timeout --- .github/workflows/android_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android_build.yml b/.github/workflows/android_build.yml index 64f85abd..4a7af26f 100644 --- a/.github/workflows/android_build.yml +++ b/.github/workflows/android_build.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 30 steps: