backend: tweak timeouts to make watchdog timeout test less flaky
This commit is contained in:
parent
4ee3c9c8b9
commit
fa35e72214
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ func TestDownloadTimeout(t *testing.T) {
|
|||
}))
|
||||
defer srv.Close()
|
||||
|
||||
rt := newWatchdogRoundtripper(http.DefaultTransport, 10*time.Millisecond, 1024)
|
||||
rt := newWatchdogRoundtripper(http.DefaultTransport, 25*time.Millisecond, 1024)
|
||||
req, err := http.NewRequestWithContext(context.TODO(), "GET", srv.URL, io.NopCloser(bytes.NewReader(msg)))
|
||||
rtest.OK(t, err)
|
||||
|
||||
|
|
Loading…
Reference in a new issue