mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 09:51:08 -05:00
The shutdown_timeout config parameter was being ignored (for both the user setting and the "5m" default) on the virtualbox-ovf builder. As a result, packer complained of timeouts on graceful shutdowns, and the build process would error out. This fixes that along with some newly created tests. |
||
|---|---|---|
| .. | ||
| builder.go | ||
| config.go | ||
| config_test.go | ||
| step_import.go | ||
| step_import_test.go | ||
| step_test.go | ||