diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/build/netbsd.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/build/netbsd.go b/pkg/build/netbsd.go index e3019f2e3..309a90299 100644 --- a/pkg/build/netbsd.go +++ b/pkg/build/netbsd.go @@ -111,6 +111,7 @@ func (ctx netbsd) copyKernelToDisk(targetArch, vmType, outputDir, kernel string) TargetOS: targets.NetBSD, TargetArch: targetArch, TargetVMArch: targetArch, + Timeouts: targets.Get(targets.NetBSD, targetArch).Timeouts(1), }, } // Create a VM pool. |
