mantle/kola/tests, Add timeout to network tests#2576
Conversation
|
Hi @RamLavi. Thanks for your PR. I'm waiting for a coreos member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The following tests also run in setups where it takes ~10 min/test to run: rhcos.network.multiple-nics, rhcos.network.bond-with-dhcp, rhcos.network.bond-with-restart. In order to avoid falling in the border of the current timeout default (=10min), increasing the tests to 20 minutes. Signed-off-by: Ram Lavi <ralavi@redhat.com>
|
@jlebon FYI tested and passed locally. |
|
/ok-to-test |
The following tests also run in setups where it takes
~10 min/test to run:
rhcos.network.multiple-nics, rhcos.network.bond-with-dhcp, rhcos.network.bond-with-restart.
In order to avoid falling in the
border of the current timeout default (=10min), increasing
the tests to 20 minutes.
Signed-off-by: Ram Lavi ralavi@redhat.com