lib/api: Give the config changes some more time? (#7335)

This commit is contained in:
Jakob Borg 2021-02-05 15:33:37 +01:00 committed by GitHub
parent 27a34609a1
commit 194501c958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1265,7 +1265,7 @@ func TestConfigChanges(t *testing.T) {
defer cancel()
cli := &http.Client{
Timeout: time.Second,
Timeout: time.Minute,
}
do := func(req *http.Request, status int) *http.Response {