Skip to content

Commit

Permalink
Reduce test timeout and disable Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Sep 30, 2024
1 parent 40a7f45 commit 933b5e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- os: macos-latest
platform: darwin
arch: arm64
- os: windows-latest
platform: win32
arch: x64
# - os: windows-latest
# platform: win32
# arch: x64
runs-on: ${{ matrix.os }}
name: ${{ matrix.platform }}-${{ matrix.arch }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ foreach(test IN LISTS tests)
set_tests_properties(
${test}
PROPERTIES
TIMEOUT 600
TIMEOUT 120
)
endforeach()

0 comments on commit 933b5e7

Please sign in to comment.