balena-os / leviathan

A distributed hardware testing framework
https://balena-os.github.io/leviathan
Apache License 2.0
22 stars 6 forks source link

core: remove request timeout on flashing #1072

Closed rcooke-warwick closed 11 months ago

rcooke-warwick commented 11 months ago

This is a change to be paired with https://github.com/balena-os/leviathan-worker/pull/91 to try to reduce the risk of connection drops while streaming the OS images to the worker. For larger images, especially when preloaded, the connection is prone to timing out. These PR's attempt to remove the http request and server timeouts.

The seperate heartbeat timeout that we have will timeout the test run if something goes wrong.

Change-type: patch

acostach commented 11 months ago

lgtm