Skip to content

Commit 24d3dcc

Browse files
committed
[vbox] Increase choco install timeout
The packages `pdbs.pdbresym.vm` and `visualstudio.vm` take a long time to install and we need a longer timeout than the default to ensure they are installed correctly.
1 parent 486510a commit 24d3dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualbox/configs/win10_flare-vm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SNAPSHOTS:
77
legal_notice: "legal_notice_win10.txt"
88
- extension: ".full.dynamic"
99
description: "Windows 10 VM with FLARE-VM default configuration + idapro.vm + microsoft-office.vm + pdbs.pdbresym.vm + visualstudio.vm"
10-
cmd: "choco install idapro.vm microsoft-office.vm pdbs.pdbresym.vm visualstudio.vm"
10+
cmd: "choco install idapro.vm microsoft-office.vm pdbs.pdbresym.vm visualstudio.vm --execution-timeout 10000"
1111
legal_notice: "legal_notice_win10.txt"
1212
- extension: ".EDU"
1313
description: "Windows 10 VM with FLARE-VM default configuration + FLARE-EDU materials"

0 commit comments

Comments
 (0)