Skip to content

Commit

Permalink
Bump timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed May 31, 2024
1 parent 5b42fa9 commit 4e06635
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@ jobs:

- name: Build C++ Demos on ${{ matrix.os }}
uses: ./ice/.github/actions/build
timeout-minutes: 5
timeout-minutes: 20
with:
working_directory: ice-demos/cpp
msbuild_project: msbuild/ice.proj

- name: Build C# Demos on ${{ matrix.os }}
timeout-minutes: 5
timeout-minutes: 20
working-directory: ice-demos/csharp
run: ${{ matrix.csharp_build_command }} /m msbuild/ice.proj

- name: Run Java Demos on ${{ matrix.os }}
timeout-minutes: 5
timeout-minutes: 20
working-directory: ice-demos/java
run: ./gradlew build

0 comments on commit 4e06635

Please sign in to comment.