tinyIPA: raise udevadm settle timeout

We're hitting this timeout in the CI, so let's make it a bit bigger.

Change-Id: Iee915dffc19377ec285e242c5b7000770a69cf6d
This commit is contained in:
Dmitry Tantsur 2019-10-29 16:56:30 +01:00
parent 51f53ab943
commit 28d7cdd05a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ SSH_PUBLIC_KEY=${SSH_PUBLIC_KEY:-}
PYOPTIMIZE_TINYIPA=${PYOPTIMIZE_TINYIPA:-true}
TINYIPA_REQUIRE_BIOSDEVNAME=${TINYIPA_REQUIRE_BIOSDEVNAME:-false}
TINYIPA_REQUIRE_IPMITOOL=${TINYIPA_REQUIRE_IPMITOOL:-true}
TINYIPA_UDEV_SETTLE_TIMEOUT=${TINYIPA_UDEV_SETTLE_TIMEOUT:-20}
TINYIPA_UDEV_SETTLE_TIMEOUT=${TINYIPA_UDEV_SETTLE_TIMEOUT:-60}
USE_PYTHON3=${USE_PYTHON3:-True}
PYTHON_EXTRA_SOURCES_DIR_LIST=${PYTHON_EXTRA_SOURCES_DIR_LIST:-}