From 93175c98718584b19dff7f8bd24593c2ba051e83 Mon Sep 17 00:00:00 2001 From: daanx Date: Mon, 17 Apr 2023 11:36:11 -0700 Subject: [PATCH] increase pipeline timeout to 10min for tsan --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c215ab4d..c0725e3a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -121,7 +121,7 @@ jobs: cmakeArgs: .. $(cmakeExtraArgs) - script: make -j$(nproc) -C $(BuildType) displayName: Make - - script: ctest --verbose --timeout 300 + - script: ctest --verbose --timeout 600 workingDirectory: $(BuildType) displayName: CTest # - upload: $(Build.SourcesDirectory)/$(BuildType)