Skip to content

Commit 79acffb

Browse files
authored
Increase timeout for scheduled crawl test to 10 mins (#3086)
Fixes #3085 This should result in fewer intermittent nightly test failures.
1 parent 7c48665 commit 79acffb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/test_nightly/test_scheduled_crawl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def scheduled_config_id(admin_auth_headers, default_org_id):
3131
return data["id"]
3232

3333

34+
@pytest.mark.timeout(600)
3435
def test_scheduled_crawl(admin_auth_headers, default_org_id, scheduled_config_id):
3536
# Ensure workflow exists with correct schedule, no crawls yet
3637
r = requests.get(

0 commit comments

Comments
 (0)