Skip to content

Commit 629ba03

Browse files
author
Igor Druzhinin
committed
CA-305355: Bumping dracut timeout default up to 3min for 4.19 kernel
SR-IOV tests are currently failing due to initrd building being a bit slower sometimes for Linux 4.19 (~5s more then the current default). Signed-off-by: Igor Druzhinin <[email protected]>
1 parent 20176ec commit 629ba03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/network_utils.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ let bonding_dir = "/proc/net/bonding/"
5151
let uname = ref "/usr/bin/uname"
5252
let dracut = ref "/sbin/dracut"
5353
let modinfo = ref "/sbin/modinfo"
54-
let dracut_timeout = ref 120.0
54+
let dracut_timeout = ref 180.0
5555
let fcoedriver = ref "/opt/xensource/libexec/fcoe_driver"
5656
let inject_igmp_query_script = ref "/usr/libexec/xenopsd/igmp_query_injector.py"
5757
let mac_table_size = ref 10000

0 commit comments

Comments
 (0)