Skip to content

Commit

Permalink
Use reasonable header timeout now that bug is found
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Nov 22, 2024
1 parent e60a8b1 commit 6cfbe12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local_cache/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ func TestLargeFile(t *testing.T) {

clientConfig := map[string]interface{}{
"Client.MaximumDownloadSpeed": 40 * 1024 * 1024,
"Transport.ResponseHeaderTimeout": "1000s",
"Transport.ResponseHeaderTimeout": "60s",
}
test_utils.InitClient(t, clientConfig)
ft := fed_test_utils.NewFedTest(t, pubOriginCfg)
Expand Down

0 comments on commit 6cfbe12

Please sign in to comment.