From a4e95d904b3b8670688c7123ad30a7883cd497cb Mon Sep 17 00:00:00 2001 From: Makito Kano Date: Sun, 15 Mar 2026 00:32:53 +0000 Subject: [PATCH] DAOS-18676 test: rebuild/continues_after_stop.yaml - Increase timeout by 90 sec The test (test_continuous_after_stop) timed out during tearDown because the disconnect-pool operation from pydaos/raw to daos_pool_disconnect() in libdaos timed out and have been retried. The retry interval is 1 min, so increase the test timeout by 90 sec. This is a minor intermittent issue and not related to this particular test, so increase the timeout. Skip-unit-tests: true Skip-fault-injection-test: true Skip-func-hw-test-medium: false Test-tag: test_continuous_after_stop Test-repeat: 5 Signed-off-by: Makito Kano --- src/tests/ftest/rebuild/continues_after_stop.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/ftest/rebuild/continues_after_stop.yaml b/src/tests/ftest/rebuild/continues_after_stop.yaml index 85861c95d1a..adf58e1caf8 100644 --- a/src/tests/ftest/rebuild/continues_after_stop.yaml +++ b/src/tests/ftest/rebuild/continues_after_stop.yaml @@ -2,7 +2,7 @@ hosts: test_servers: 2 test_clients: 1 -timeout: 300 +timeout: 390 server_config: name: daos_server