[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220201151920.13140-1-victor@mojatatu.com>
Date: Tue, 1 Feb 2022 12:19:20 -0300
From: Victor Nogueira <victor@...atatu.com>
To: davem@...emloft.net, kuba@...nel.org
Cc: netdev@...r.kernel.org, jhs@...atatu.com, xiyou.wangcong@...il.com,
jiri@...nulli.us, dcaratti@...hat.com, vladbu@...dia.com,
marcelo.leitner@...il.com, kernel@...atatu.com,
Victor Nogueira <victor@...atatu.com>
Subject: [RFC PATCH net-next] 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@...atatu.com>
---
tools/testing/selftests/tc-testing/tdc_config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/tc-testing/tdc_config.py b/tools/testing/selftests/tc-testing/tdc_config.py
index b1ffa1c932ec..100a3df464db 100644
--- a/tools/testing/selftests/tc-testing/tdc_config.py
+++ b/tools/testing/selftests/tc-testing/tdc_config.py
@@ -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
--
2.34.1
Powered by blists - more mailing lists