Skip to content

Commit

Permalink
Use ridiculous value to see if my code is actually running in tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Nov 22, 2024
1 parent 84d4795 commit f1ec1da
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": "123s",
"Transport.ResponseHeaderTimeout": "123123123s",
}
test_utils.InitClient(t, clientConfig)
ft := fed_test_utils.NewFedTest(t, pubOriginCfg)
Expand Down

0 comments on commit f1ec1da

Please sign in to comment.