Skip to content

authtest: wait longer for site config to be updated

Created by: unknwon

Because our site configuration is eventually consistent, when the "read" endpoint will be able to see the changed value takes time and could be affected how busy the instance is. So let's wait a bit longer (unfortunate but we don't have an endpoint for waiting for site config updates and have to use polling).

Fix https://github.com/sourcegraph/sourcegraph/issues/28075

Merge request reports

Loading