Skip to content

Commit 0aba933

Browse files
author
kai
committed
Bump c++ pipeline timeout
1 parent 13879ed commit 0aba933

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure_pipelines/verify_msalcpp_per_pr_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resources:
2626
jobs:
2727
- job: iOS_OnPrCommit
2828
displayName: OneAuth checks per commit for iOS
29-
timeoutInMinutes: 40
29+
timeoutInMinutes: 60
3030
cancelTimeoutInMinutes: 1
3131
workspace:
3232
clean: all

azure_pipelines/verify_msalcpp_per_pr_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resources:
2626
jobs:
2727
- job: macOS_OnPrCommit
2828
displayName: OneAuth checks per commit for macOS
29-
timeoutInMinutes: 40
29+
timeoutInMinutes: 60
3030
cancelTimeoutInMinutes: 1
3131
workspace:
3232
clean: all

0 commit comments

Comments
 (0)