Skip to content

Commit

Permalink
ci(build): increase timeout for build and test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanchal committed Aug 18, 2023
1 parent f6ab06d commit 0c5900d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
name: Build 🏗️
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 120

steps:
- name: Checkout 🛎️
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
name: Android Test 🧪
needs: build
runs-on: macos-latest # enables hardware acceleration in the virtual machine
timeout-minutes: 55
timeout-minutes: 90
strategy:
matrix:
api-level: [26, 30]
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
name: Android Test GMD 🧪
needs: build
runs-on: macos-latest # enables hardware acceleration in the virtual machine
timeout-minutes: 55
timeout-minutes: 90

steps:
- name: Checkout 🛎️
Expand Down

0 comments on commit 0c5900d

Please sign in to comment.