From 4cc20427838b0b0ea4e08289f31697d294a38ba6 Mon Sep 17 00:00:00 2001 From: Chaoguang Lin Date: Fri, 13 Aug 2021 15:00:52 -0700 Subject: [PATCH] Update debugging logs --- bindings/python/tests/fdbcli_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/tests/fdbcli_tests.py b/bindings/python/tests/fdbcli_tests.py index 55325a0c16..0529443923 100755 --- a/bindings/python/tests/fdbcli_tests.py +++ b/bindings/python/tests/fdbcli_tests.py @@ -446,8 +446,8 @@ def wait_for_database_available(logger): # sometimes the change takes some time to have effect and the database can be unavailable at that time # this is to wait until the database is available again while not get_value_from_status_json(True, 'client', 'database_status', 'available'): - time.sleep(1) logger.debug("Database unavailable for now, wait for one second") + time.sleep(1) if __name__ == '__main__': # fdbcli_tests.py