Skip to content

Commit

Permalink
revert 8e71d82
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Jan 26, 2024
1 parent 8e71d82 commit 261a89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(5)
time.sleep(3)
result = sys_db.cluster.server_maintenance_mode(server_id)
assert result == {}

Expand Down

0 comments on commit 261a89e

Please sign in to comment.