From 6d42f2ac390e70424ffd402449a50c74079fd455 Mon Sep 17 00:00:00 2001 From: daanx Date: Mon, 17 Apr 2023 11:35:51 -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 c0f7ec74..1804be26 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)