Skip to content

Commit

Permalink
Back to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Szabo committed Dec 11, 2024
1 parent 37e297b commit 6b17317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tubular/scripts/dd_synthetic_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class DatadogClient:

DATADOG_SYNTHETIC_TESTS_API_URL = "https://api.datadoghq.com/api/v1/synthetics/tests"
DATADOG_SYNTHETIC_TESTS_API_URL = "https://api.datadoghq.com/api/v1/synthetics/tests"
MAX_ALLOWABLE_TIME_SECS = 1200 # 20 minutes
MAX_ALLOWABLE_TIME_SECS = 300 # 5 minutes

def __init__(self, api_key, app_key):
self.api_key = api_key
Expand Down

0 comments on commit 6b17317

Please sign in to comment.