diff options
-rw-r--r-- | .azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 17812e327..9962c11f4 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -133,7 +133,7 @@ stages: jobs: - job: torture displayName: ubuntu torture tests - timeoutInMinutes: 50 + timeoutInMinutes: 60 pool: vmImage: 'ubuntu-latest' steps: @@ -215,7 +215,7 @@ stages: jobs: - job: macos_torture displayName: macos torture - timeoutInMinutes: 50 + timeoutInMinutes: 60 pool: vmImage: 'macOS-latest' steps: |