Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: tc-testing: Increase timeout in tdc config file

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>

authored by

Victor Nogueira and committed by
David S. Miller
102e4a8e fbd9a2ce

+1 -1
+1 -1
tools/testing/selftests/tc-testing/tdc_config.py
··· 21 21 'BATCH_FILE': './batch.txt', 22 22 'BATCH_DIR': 'tmp', 23 23 # Length of time in seconds to wait before terminating a command 24 - 'TIMEOUT': 12, 24 + 'TIMEOUT': 24, 25 25 # Name of the namespace to use 26 26 'NS': 'tcut', 27 27 # Directory containing eBPF test programs