Skip to content

Commit 5f21e4f

Browse files
authored
build: increase timeout for CUDA 13 installation
1 parent 825172d commit 5f21e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- name: Install Cuda 13.0 on Windows (1)
134134
if: matrix.config.name == 'Windows (1)'
135135
shell: bash
136-
timeout-minutes: 30
136+
timeout-minutes: 60
137137
run: |
138138
curl -Lo cuda_13.0.0_windows_network.exe https://developer.download.nvidia.com/compute/cuda/13.0.0/network_installers/cuda_13.0.0_windows_network.exe
139139

0 commit comments

Comments
 (0)