]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(test): bump DHCP timeout to 30 seconds
authorBeniamino Galvani <bgalvani@redhat.com>
Wed, 1 Feb 2023 10:18:57 +0000 (11:18 +0100)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Tue, 7 Feb 2023 13:40:11 +0000 (14:40 +0100)
commit462d9b9254d4386e9eac267547ee4e8cd2487c3d
tree6301ecb0238c785adc4be0740def0fac5fdf3ad8
parentda959483333c6ab83e4cdef837130eacec6b35d7
fix(test): bump DHCP timeout to 30 seconds

The current interval (3 seconds) is very low and causes sporadic failures
especially when DHCP is run on a bridge (TEST-50-MULTINIC); in that specific
case, interfaces take time to be attached to the bridge and before enp0s1 is
attached all DISCOVER packets are lost.

Bump the timeout to a more robust value of 30 seconds.
test/TEST-20-NFS/test.sh
test/TEST-50-MULTINIC/test.sh
test/TEST-60-BONDBRIDGEVLANIFCFG/test.sh