sys-apps/ignition: fix network timeout issues

The HTTP client timeout has been lowered to 10 seconds, while the
service timeout has been increased to 2 minutes. This will give Ignition
more opportunities to retry the fetch.
This commit is contained in:
Alex Crawford 2015-08-28 16:29:37 -07:00
parent 2abb6b9afd
commit a28e55579b
3 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ After=disk-uuid.service
[Service]
Type=oneshot
TimeoutStartSec=30s
TimeoutStartSec=2m
Environment=OEM_ID=pxe
Environment=FETCH_TIMEOUT=1m
EnvironmentFile=-/mnt/oem/oem-release

View File

@ -11,7 +11,7 @@ inherit coreos-doc coreos-go cros-workon systemd udev
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="c365e09a489c02566ebd331b804d77b25c23e0d6" # tag v0.1.5
CROS_WORKON_COMMIT="7a54f33ddc92e9a3b775790be8cddf7a0f74961e" # tag v0.1.6
KEYWORDS="amd64 arm64"
fi