Skip to content

Commit

Permalink
selftests: tc-testing: Increase timeout in tdc config file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Victor Nogueira authored and David S. Miller committed Mar 14, 2022
1 parent fbd9a2c commit 102e4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/tc-testing/tdc_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'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
Expand Down

0 comments on commit 102e4a8

Please sign in to comment.