Skip to content

Commit

Permalink
Increase timeout minutes for debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Feb 28, 2024
1 parent b2169a2 commit 97252ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test_debug_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
web_test:
name: Web Test
runs-on: ubuntu-20.04
timeout-minutes: 10
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
linux_debug_build:
name: Linux Debug Build
runs-on: ubuntu-20.04
timeout-minutes: 10
timeout-minutes: 20
needs: web_test
steps:
- name: Checkout
Expand All @@ -77,7 +77,7 @@ jobs:
windows_debug_build:
name: Windows Debug Build
runs-on: windows-2019
timeout-minutes: 10
timeout-minutes: 20
needs: web_test
steps:
- name: Support longpaths
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
android_debug_build:
name: Android Debug Build
runs-on: ubuntu-20.04
timeout-minutes: 10
timeout-minutes: 20
needs: web_test
steps:
- name: Checkout
Expand Down

0 comments on commit 97252ce

Please sign in to comment.