From ddc3fcb54e7eb1925834a2e6d3d653506db6c09f Mon Sep 17 00:00:00 2001 From: Chris Foster Date: Fri, 26 May 2017 09:16:48 +1000 Subject: [PATCH] Re-enable IPC lock test for windows CI Seems to work fine locally (on windows 10) if a bit slowly. --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3615d63e..5429f9d2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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