solo-io / packer-plugin-arm-image

Packer plugin for ARM images
Apache License 2.0
426 stars 104 forks source link

Improve timeout behavior #169

Closed thomasmerx closed 6 months ago

thomasmerx commented 8 months ago

Instead of putting one timeout of 2 sec at the beginning of the check for the loop devices, use the already existing timeout implementation inside the loop and just increase the maximum timeout to 60 sec. This improves the overall behavior, because as soon as the loop devices are detected, the loop will be exited, but it also increases the maximum possible time to wait for the loop devices. This is helpful when being used on slower systems.

solo-build-bot[bot] commented 8 months ago

Waiting for approval from someone in the solo-io org to start testing.