Skip to content

Commit

Permalink
Merge pull request #171 from c42f/windows-ipc-lock-test
Browse files Browse the repository at this point in the history
Re-enable IPC lock test for windows CI
  • Loading branch information
c42f authored May 26, 2017
2 parents c9af290 + ddc3fcb commit 52c1514
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ after_build:
- cp displaz-*.exe ..\latest\displaz-win64.exe

test_script:
# TODO: Figure out why IPC lock test seems to be timing out (or just very
# slow?), and re-enable it.
- ctest --timeout 10 -C %CONFIGURATION% -E InterProcessLock_test
- ctest --timeout 100 -C %CONFIGURATION%

artifacts:
- path: displaz-*.exe
Expand Down

0 comments on commit 52c1514

Please sign in to comment.