Skip to content

Commit

Permalink
grew windows CI timeout (onnx#2511)
Browse files Browse the repository at this point in the history
Signed-off-by: Soren Lassen <slassen@groq.com>
  • Loading branch information
sorenlassen authored Sep 17, 2023
1 parent c8610e3 commit 5cc8cb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure-pipelines/Windows-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ parameters:

jobs:
- job: Build_onnx_mlir_Windows
timeoutInMinutes: 240
# 4h timeout is sometimes a tiny bit short when llvm-project is rebuilt
timeoutInMinutes: 270
pool:
vmImage: 'windows-2019'

Expand Down

0 comments on commit 5cc8cb1

Please sign in to comment.