]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
selftests: rds: Increase selftest timeout
authorAllison Henderson <achender@kernel.org>
Mon, 4 May 2026 05:41:34 +0000 (22:41 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 6 May 2026 02:19:53 +0000 (19:19 -0700)
The 400s time out was originally developed under a leaner
kernel config that booted much faster than a default config.
Boot up is included as part of the over all test runtime, as
well as any log collection done when the test is complete.
A slower config combined with the gcov enabled test means
we'll need more time to accommodate the boot up and log
collection.  So, bump time out to 800s.

Signed-off-by: Allison Henderson <achender@kernel.org>
Link: https://patch.msgid.link/20260504054143.4027538-2-achender@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/rds/settings

index d2009a64589ccb2202830778dbe5f2a3ca2b3e5a..8cb41e6a83cca65f033d52180d2862d4f7772efe 100644 (file)
@@ -1 +1 @@
-timeout=400
+timeout=800