Skip to content

Commit

Permalink
Increase CI timeouts for windows jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Aug 16, 2024
1 parent 9c90784 commit 1b65d87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
build_and_test_windows:
name: Build and Test (Windows)
runs-on: windows-latest
timeout-minutes: 20
timeout-minutes: 30
steps:
- name: Prepare symlink configuration
run: git config --global core.symlinks true
Expand All @@ -174,7 +174,7 @@ jobs:
build_playground_windows:
name: Build Playground (Windows)
runs-on: windows-latest
timeout-minutes: 20
timeout-minutes: 30
steps:
- name: Prepare symlink configuration
run: git config --global core.symlinks true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
build_and_test_windows:
name: Build and Test (Windows)
runs-on: windows-latest
timeout-minutes: 20
timeout-minutes: 30
steps:
- name: Prepare symlink configuration
run: git config --global core.symlinks true
Expand Down

0 comments on commit 1b65d87

Please sign in to comment.