From 8e71d8261cc15cd1fdbae7d5202ac72609c200e4 Mon Sep 17 00:00:00 2001 From: Anthony Mahanna Date: Fri, 26 Jan 2024 13:14:07 -0500 Subject: [PATCH] increase sleep (again) --- tests/test_cluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cluster.py b/tests/test_cluster.py index 361e5675..a5531e9b 100644 --- a/tests/test_cluster.py +++ b/tests/test_cluster.py @@ -117,7 +117,7 @@ def test_cluster_server_maintenance_mode(sys_db, bad_db, cluster): assert "Mode" in result assert "Until" in result - time.sleep(3) + time.sleep(5) result = sys_db.cluster.server_maintenance_mode(server_id) assert result == {}