Skip to content

Commit

Permalink
DAOS-16765 test: pool/verify_space.py - Increase timeout (#15453)
Browse files Browse the repository at this point in the history
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

Signed-off-by: Makito Kano <[email protected]>
  • Loading branch information
shimizukko authored Nov 8, 2024
1 parent 47c1141 commit e3c2a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tests/ftest/pool/verify_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/tests/ftest/pool/verify_space.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3c2a17

Please sign in to comment.