Skip to content

Commit

Permalink
ci: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Dec 17, 2023
1 parent d697a9d commit d3d2780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
cuda_x64:
runs-on: ["self-hosted", "Windows", "CUDA"]
continue-on-error: true
timeout-minutes: 60
timeout-minutes: 180
env:
VCPKG_DOWNLOADS: "C:/vcpkg/downloads"
VCPKG_DEFAULT_BINARY_CACHE: "C:/vcpkg/archives"
Expand Down
5 changes: 1 addition & 4 deletions test/self-hosted-cuda.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
"platform": "x64 & windows"
},
{
"name": "opencv4",
"features": [
"cudnn"
],
"name": "libtorch",
"platform": "x64 & windows"
}
]
Expand Down

0 comments on commit d3d2780

Please sign in to comment.