Skip to content

Commit c86afdf

Browse files
committed
increase timeout for test_crawl_errors.py
1 parent 46d9a43 commit c86afdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/test_nightly/test_crawl_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .conftest import API_PREFIX
55

66

7-
@pytest.mark.timeout(600)
7+
@pytest.mark.timeout(1200)
88
def test_get_crawl_errors(admin_auth_headers, default_org_id, error_crawl_id):
99
r = requests.get(
1010
f"{API_PREFIX}/orgs/{default_org_id}/crawls/{error_crawl_id}/errors",

0 commit comments

Comments
 (0)