From 2236b712f45a16f657863802ae9012307998cc6e Mon Sep 17 00:00:00 2001 From: daan Date: Sat, 5 Sep 2020 10:34:41 -0700 Subject: [PATCH] add test timeout on windows pipeline --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e4534b37..79e5fff5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,7 +38,7 @@ jobs: configuration: '$(MSBuildConfiguration)' - script: | cd $(BuildType) - ctest --verbose + ctest --verbose --timeout 120 displayName: CTest # - upload: $(Build.SourcesDirectory)/$(BuildType) # artifact: mimalloc-windows-$(BuildType)