Skip to content

Commit

Permalink
Bump timeout 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 ad071d2 commit 87fba24
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 @@ -13,7 +13,7 @@ class DatadogClient:
''' Invokes datadog API to run and monitor synthetic tests '''

DATADOG_SYNTHETIC_TESTS_API_URL = "https://api.datadoghq.com/api/v1/synthetics/tests"
MAX_ALLOWABLE_TIME_SECS = 60 # 1 minute
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 87fba24

Please sign in to comment.