diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e54ec960..b256d7b85 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: AndroidTest: needs: Build runs-on: macOS-10.15 - timeout-minutes: 45 + timeout-minutes: 60 strategy: matrix: api: [ diff --git a/build.sh b/build.sh index da9194029..f565365ac 100755 --- a/build.sh +++ b/build.sh @@ -286,7 +286,7 @@ main() { _print_usage exit 1 fi - for attempt in {1..3}; do + for attempt in {1..5}; do log_info "Running Android tests (attempt $attempt)..." android_test $1 && return 0 done