[PATCH net-next 1/3] selftests: openvswitch: Bump timeout to 15 minutes.

Aaron Conole posted 3 patches 1 year, 5 months ago
[PATCH net-next 1/3] selftests: openvswitch: Bump timeout to 15 minutes.
Posted by Aaron Conole 1 year, 5 months ago
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@redhat.com>
---
 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
Re: [PATCH net-next 1/3] selftests: openvswitch: Bump timeout to 15 minutes.
Posted by Simon Horman 1 year, 5 months ago
On Tue, Jul 02, 2024 at 09:28:28AM -0400, Aaron Conole wrote:
> 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@redhat.com>

Reviewed-by: Simon Horman <horms@kernel.org>
Tested-by: Simon Horman <horms@kernel.org>

FWIIW, locally I had been using a timeout of 720s.
So 900 seems entirely reasonable to me.