Skip to content

Commit

Permalink
Fix test failing with timeout too short
Browse files Browse the repository at this point in the history
Relates to pion/webrtc#1270
  • Loading branch information
enobufs committed Jul 6, 2020
1 parent f64ec5c commit c46e189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vnet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ func TestRwndFull(t *testing.T) {
}

func testStreamClose(t *testing.T, dropReconfig bool) {
lim := test.TimeOut(time.Second * 5)
lim := test.TimeOut(time.Second * 10)
defer lim.Stop()

loggerFactory := logging.NewDefaultLoggerFactory()
Expand Down

0 comments on commit c46e189

Please sign in to comment.