Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tests/ftest/pool/verify_space.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
(C) Copyright 2023-2024 Intel Corporation.

Check failure on line 2 in src/tests/ftest/pool/verify_space.py

View workflow job for this annotation

GitHub Actions / Copyright check

Copyright out of date

SPDX-License-Identifier: BSD-2-Clause-Patent
"""
Expand Down Expand Up @@ -196,7 +196,7 @@
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
Loading