Skip to content
Snippets Groups Projects
Commit f48b8e06 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

settings/tests: Use a lower rate limit value for content views

Prevent flaky tests on Jenkins.
parent 6d8ffa24
No related branches found
No related tags found
No related merge requests found
Pipeline #8376 passed
......@@ -86,7 +86,7 @@ swh_web_config.update(
"realm_name": "SoftwareHeritage",
},
# use a stricter browse content views rate limit for the tests
"browse_content_rate_limit": {"enabled": True, "rate": "1/s"},
"browse_content_rate_limit": {"enabled": True, "rate": "1/m"},
}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment