From 4f25ffccf65f10c6e2c261533fbae1e3a17fb0b2 Mon Sep 17 00:00:00 2001 From: Makito Kano Date: Fri, 8 Nov 2024 22:57:35 +0900 Subject: [PATCH] DAOS-16765 test: pool/verify_space.py - Increase timeout (#15453) In the past few passing runs, the test had ~100 sec test time remaining at the end with 600 sec timeout. This means the test usually takes ~500 sec. Set the timeout to normal test duration * 1.5 = 750 sec Skip-unit-tests: true Skip-fault-injection-test: true Skip-func-hw-test-medium-md-on-ssd: false Test-tag: test_verify_pool_space Test-repeat: 5 Signed-off-by: Makito Kano --- src/tests/ftest/pool/verify_space.py | 2 +- src/tests/ftest/pool/verify_space.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/ftest/pool/verify_space.py b/src/tests/ftest/pool/verify_space.py index c4ccba5e046..8d6665af05a 100644 --- a/src/tests/ftest/pool/verify_space.py +++ b/src/tests/ftest/pool/verify_space.py @@ -196,7 +196,7 @@ def _check_pool_size(self, description, pool_size, scm_mounts, server_hosts, com self._compare_system_pool_size(pool_size, compare_methods) def test_verify_pool_space(self): - """Test ID: DAOS-3672. + """Test ID: DAOS-3672 Test steps: 1) Start servers and list associated storage, verify correctness diff --git a/src/tests/ftest/pool/verify_space.yaml b/src/tests/ftest/pool/verify_space.yaml index dba7b164592..32ec49b1380 100644 --- a/src/tests/ftest/pool/verify_space.yaml +++ b/src/tests/ftest/pool/verify_space.yaml @@ -2,7 +2,7 @@ hosts: test_servers: 3 test_clients: 1 -timeout: 600 +timeout: 750 server_config: # Test will require code changes if more than one rank/engine per host