Skip to content

Commit

Permalink
test: Extend test timeout (#357)
Browse files Browse the repository at this point in the history
Fixes #356
  • Loading branch information
klauspost authored Apr 19, 2021
1 parent 2adf487 commit 7acff5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zstd/encoder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func TestEncoder_EncodeAllEncodeXML(t *testing.T) {
}

func TestEncoderRegression(t *testing.T) {
defer timeout(2 * time.Minute)()
defer timeout(4 * time.Minute)()
data, err := ioutil.ReadFile("testdata/comp-crashers.zip")
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 7acff5b

Please sign in to comment.