Skip to content

Commit

Permalink
Try ridiculously long ctx timeout to see if this affects anything
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Nov 21, 2024
1 parent e180b90 commit a722cf6
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 @@ -377,7 +377,7 @@ func TestLargeFile(t *testing.T) {
ft := fed_test_utils.NewFedTest(t, pubOriginCfg)

// Set a custom timeout for this test to see if we can make it less flaky
ctx, cancel := context.WithTimeout(context.Background(), 2*time.Minute)
ctx, cancel := context.WithTimeout(context.Background(), 10*time.Minute)
ctx, cancelTest, egrp := test_utils.TestContext(ctx, t)

te, err := client.NewTransferEngine(ctx)
Expand Down

0 comments on commit a722cf6

Please sign in to comment.