Skip to content

Commit

Permalink
increase Windows CI timeout again (#2546)
Browse files Browse the repository at this point in the history
because the latest LLVM bump in PR #2545 exceeded the 4.5h timeout

see PR #2511 for more context

Signed-off-by: Soren Lassen <[email protected]>
Co-authored-by: Alexandre Eichenberger <[email protected]>
  • Loading branch information
sorenlassen and AlexandreEichenberger authored Oct 4, 2023
1 parent d6767a5 commit 31f6f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/Windows-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ parameters:

jobs:
- job: Build_onnx_mlir_Windows
# 4h timeout is sometimes a tiny bit short when llvm-project is rebuilt
timeoutInMinutes: 270
# Sometimes takes more than 4.5h when llvm-project is rebuilt
timeoutInMinutes: 330
pool:
vmImage: 'windows-2019'

Expand Down

0 comments on commit 31f6f59

Please sign in to comment.