bump haveged install timeout to 5 mins
2 mins is a bit short sometimes, it seems...Rawhide keeps failing on this.
This commit is contained in:
parent
9531beff2a
commit
fe507b9d46
@ -24,7 +24,7 @@ sub run {
|
|||||||
assert_script_run 'dnf config-manager --set-disabled updates-testing';
|
assert_script_run 'dnf config-manager --set-disabled updates-testing';
|
||||||
# we need a lot of entropy for this, and we don't care how good
|
# we need a lot of entropy for this, and we don't care how good
|
||||||
# it is, so let's use haveged
|
# it is, so let's use haveged
|
||||||
assert_script_run 'dnf -y install haveged', 120;
|
assert_script_run 'dnf -y install haveged', 300;
|
||||||
assert_script_run 'systemctl start haveged.service';
|
assert_script_run 'systemctl start haveged.service';
|
||||||
# read DNS server IPs from host's /etc/resolv.conf for passing to
|
# read DNS server IPs from host's /etc/resolv.conf for passing to
|
||||||
# rolectl
|
# rolectl
|
||||||
|
Loading…
Reference in New Issue
Block a user