Skip to content

Commit

Permalink
test: bump test timeout; ci runners are slow
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael committed Aug 5, 2024
1 parent e9a4163 commit 67ad8ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions session_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1201,8 +1201,7 @@ func TestSendData_VeryLarge(t *testing.T) {
}()
}

// With the race detector on, this test takes 3-4x longer than this timeout.
drainErrorsUntil(t, errCh, workers*2, 60*time.Second, "timeout")
drainErrorsUntil(t, errCh, workers*2, 120*time.Second, "timeout")
}

func TestBacklogExceeded_Accept(t *testing.T) {
Expand Down

0 comments on commit 67ad8ea

Please sign in to comment.