browsertrix/backend/test
Ilya Kreymer 7f757d396a
config: add 'pageLoadTimeout' and 'pageExtraDelay' options to backend… (#742)
* config: add 'pageLoadTimeout' and 'pageExtraDelay' options to backend config
- add 'default_page_load_timeout_seconds' to values.yaml, defaulting to 120, for pageLoadTimeout
- add 'defaultPageLoadTimeSeconds ' to /api/settings, update tests for /api/settings
addresses issue in #636
2023-04-04 19:52:23 -07:00
..
__init__.py
conftest.py Allow configurable max pages per crawl in deployment settings (#717) 2023-03-28 16:26:29 -07:00
test_crawl_config_search_values.py Filter and sort crawl and workflow list API endpoints in backend (#724) 2023-03-28 17:55:40 -04:00
test_crawl_config_tags.py Filter and sort crawl and workflow list API endpoints in backend (#724) 2023-03-28 17:55:40 -04:00
test_crawlconfigs.py Max page limit override (#737) 2023-04-03 14:01:32 -07:00
test_filter_sort_results.py Filter and sort crawl and workflow list API endpoints in backend (#724) 2023-03-28 17:55:40 -04:00
test_invites.py Paginate API list endpoints (#659) 2023-03-06 14:41:25 -05:00
test_login.py
test_org.py Paginate API list endpoints (#659) 2023-03-06 14:41:25 -05:00
test_permissions.py Paginate API list endpoints (#659) 2023-03-06 14:41:25 -05:00
test_run_crawl.py Max page limit override (#737) 2023-04-03 14:01:32 -07:00
test_settings.py config: add 'pageLoadTimeout' and 'pageExtraDelay' options to backend… (#742) 2023-04-04 19:52:23 -07:00
test_users.py