mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Increase the timeout so the packaging pipeline stops failing.
TODO: Someone should investigate why the AARCH64 build takes 3+ hours and reduce it if possible. Assuming it's using an emulator given the x64 build with the same arguments takes 13 minutes.
This commit is contained in:
parent
013306c940
commit
af249943a1
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
- job: Linux_C_API_Packaging_CPU_x64
|
||||
workspace:
|
||||
clean: all
|
||||
timeoutInMinutes: 180
|
||||
timeoutInMinutes: 210
|
||||
strategy:
|
||||
matrix:
|
||||
ARCH_x86_64:
|
||||
|
|
|
|||
Loading…
Reference in a new issue