Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Feb 26, 2024
1 parent 30591cb commit e5e2099
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/file/joiner/joiner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1113,8 +1113,7 @@ func TestJoinerRedundancy(t *testing.T) {
strategyTimeout := 100 * time.Millisecond
// all data can be read back
readCheck := func(t *testing.T, expErr error) {
ctx, cancel := context.WithTimeout(context.Background(), 15*strategyTimeout)
defer cancel()
ctx := context.Background()

strategyTimeoutStr := strategyTimeout.String()
decodeTimeoutStr := (10 * strategyTimeout).String()
Expand Down

0 comments on commit e5e2099

Please sign in to comment.