Skip to content

Commit

Permalink
bumping timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Bam4d committed Oct 4, 2022
1 parent ad1f83a commit 34b0a75
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pr:

jobs:
- job: Linux
timeoutInMinutes: 40
timeoutInMinutes: 60
pool:
vmImage: "ubuntu-18.04"
steps:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- job: PyPiDeployLinux
dependsOn: Linux
condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), contains(variables['Build.SourceBranch'], 'test_deploy')))
timeoutInMinutes: 40
timeoutInMinutes: 60
pool:
vmImage: "ubuntu-18.04"
strategy:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- job: Windows
variables:
VULKAN_SDK: C:/VulkanSDK/1.2.148.0
timeoutInMinutes: 40
timeoutInMinutes: 60
pool:
vmImage: "windows-latest"
steps:
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
dependsOn: Windows
variables:
VULKAN_SDK: C:/VulkanSDK/1.2.148.0
timeoutInMinutes: 40
timeoutInMinutes: 60
pool:
vmImage: "windows-latest"
strategy:
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
displayName: Deploy To PyPi
- job: MacOS
timeoutInMinutes: 40
timeoutInMinutes: 60
pool:
vmImage: "macOS-latest"
steps:
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
- job: PyPiDeployMacOS
condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), contains(variables['Build.SourceBranch'], 'test_deploy')))
dependsOn: MacOS
timeoutInMinutes: 40
timeoutInMinutes: 60
pool:
vmImage: "macOS-latest"
strategy:
Expand Down

0 comments on commit 34b0a75

Please sign in to comment.