[PATCH net-next 1/3] selftests: openvswitch: Bump timeout to 15 minutes.
From: Aaron Conole
Date: Tue Jul 02 2024 - 09:29:11 EST
We found that since some tests rely on the TCP SYN timeouts to cause flow
misses, the default test suite timeout of 45 seconds is quick to be
exceeded. Bump the timeout to 15 minutes.
Signed-off-by: Aaron Conole <aconole@xxxxxxxxxx>
---
tools/testing/selftests/net/openvswitch/settings | 1 +
1 file changed, 1 insertion(+)
create mode 100644 tools/testing/selftests/net/openvswitch/settings
diff --git a/tools/testing/selftests/net/openvswitch/settings b/tools/testing/selftests/net/openvswitch/settings
new file mode 100644
index 000000000000..e2206265f67c
--- /dev/null
+++ b/tools/testing/selftests/net/openvswitch/settings
@@ -0,0 +1 @@
+timeout=900
--
2.45.1