Skip to content

Commit d1d46a0

Browse files
Update test/integration/models/monitor/test_monitor.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1f15b6c commit d1d46a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/models/monitor/test_monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def test_integration_create_get_update_delete_alert_definition(
221221
created = None
222222

223223
def wait_for_alert_ready(alert_id, service_type: str):
224-
timeout = 360 # max time alert should take to create
224+
timeout = 360 # maximum time in seconds to wait for alert creation
225225
initial_timeout = 1
226226
start = time.time()
227227
interval = initial_timeout

0 commit comments

Comments
 (0)