Skip to content

Commit 4e09918

Browse files
authored
Merge pull request #152 from idruzhinin/master
CA-305355: Bumping dracut timeout default up to 3min for 4.19 kernel
2 parents 20176ec + 629ba03 commit 4e09918

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)