Skip to content

Commit

Permalink
3 tests, 20 minute timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Szabo committed Dec 11, 2024
1 parent 4a6a40e commit 267ea58
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions 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 = 300 # 5 minutes
MAX_ALLOWABLE_TIME_SECS = 1200 # 20 minutes

def __init__(self, api_key, app_key):
self.api_key = api_key
Expand Down Expand Up @@ -169,30 +169,30 @@ def run_synthetic_tests(enable_automated_rollbacks, slack_notification_channel):
''',
"id": "jvx-2jw-agj"
},
{
"name":
'''
[Synthetics] edX Smoke Test - [Audit student] An enrolled audit student cannot load
a graded problem, and sees the upsell screen
''',
"id": "75p-sez-5wg"
},
{
"name":
'''
[Synthetics] edX Smoke Test - [Verified student] An enrolled verified student can
access a course’s landing page, course content, and course forum
''',
"id": "zbz-r28-jjx"
},
{
"name":
'''
[Synthetics] edX Smoke Test - [Verified student] A verified student can
access a graded course problem
''',
"id": "tck-hrr-ubp"
},
# {
# "name":
# '''
# [Synthetics] edX Smoke Test - [Audit student] An enrolled audit student cannot load
# a graded problem, and sees the upsell screen
# ''',
# "id": "75p-sez-5wg"
# },
# {
# "name":
# '''
# [Synthetics] edX Smoke Test - [Verified student] An enrolled verified student can
# access a course’s landing page, course content, and course forum
# ''',
# "id": "zbz-r28-jjx"
# },
# {
# "name":
# '''
# [Synthetics] edX Smoke Test - [Verified student] A verified student can
# access a graded course problem
# ''',
# "id": "tck-hrr-ubp"
# },
]
logging.info(f"Running the following tests: {str(tests_to_run)}")

Expand Down

0 comments on commit 267ea58

Please sign in to comment.