selftests: tc-testing: Increase timeout in tdc config file
authorVictor Nogueira <victor@mojatatu.com>
Fri, 11 Mar 2022 15:29:42 +0000 (12:29 -0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Mar 2022 10:27:52 +0000 (10:27 +0000)
Some tests, such as Test d052: Add 1M filters with the same action, may
not work with a small timeout value.

Increase timeout to 24 seconds.

Signed-off-by: Victor Nogueira <victor@mojatatu.com>
Acked-by: Davide Caratti <dcaratti@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/tc-testing/tdc_config.py

index ea04f04c173ee8383090906cae745c2d34a66d70..ccb0f06ef9e3ae9cbd662bb75a23f7cd3bc87743 100644 (file)
@@ -21,7 +21,7 @@ NAMES = {
           'BATCH_FILE': './batch.txt',
           'BATCH_DIR': 'tmp',
           # Length of time in seconds to wait before terminating a command
-          'TIMEOUT': 12,
+          'TIMEOUT': 24,
           # Name of the namespace to use
           'NS': 'tcut',
           # Directory containing eBPF test programs