Skip to content

Commit 8e71d82

Browse files
committed
increase sleep (again)
1 parent 24c4487 commit 8e71d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def test_cluster_server_maintenance_mode(sys_db, bad_db, cluster):
117117
assert "Mode" in result
118118
assert "Until" in result
119119

120-
time.sleep(3)
120+
time.sleep(5)
121121
result = sys_db.cluster.server_maintenance_mode(server_id)
122122
assert result == {}
123123

0 commit comments

Comments
 (0)