Skip to content

Commit 731b27e

Browse files
authored
Increase timeout to 90min for ARM64-Xcode16-targeting-iphonesimulator (microsoft#24091)
### Description <!-- Describe your changes. --> There are still some timeout for the pipeline. further extend the timeout to 90 minutes for ARM64-Xcode16-targeting-iphonesimulator. It takes quite a while if all build cache is missing. ### Motivation and Context The pipeline sometimes failed because of timeout. There is a previous PR microsoft#24030 to increase the timeout from 60min to 75 min but it looks like not enough.
1 parent 80441e4 commit 731b27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
matrix:
205205
target_arch: [x86_64, arm64]
206206

207-
timeout-minutes: 75
207+
timeout-minutes: 90
208208

209209
steps:
210210
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)