From aa1ba045ac51cb64a29127dfcf11d9f8c19c4eaf Mon Sep 17 00:00:00 2001 From: daanx Date: Mon, 17 Apr 2023 10:19:40 -0700 Subject: [PATCH] increase pipeline timeout for tsan --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5054a532..c215ab4d 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 180 + - script: ctest --verbose --timeout 300 workingDirectory: $(BuildType) displayName: CTest # - upload: $(Build.SourcesDirectory)/$(BuildType)