Skip to content

Commit

Permalink
increase timeout to make test more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
hypebeast committed Mar 5, 2022
1 parent 477c752 commit de5205d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/osc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ func TestReadTimeout(t *testing.T) {
go func() {
defer wg.Done()

server := &Server{ReadTimeout: 100 * time.Millisecond}
server := &Server{ReadTimeout: 300 * time.Millisecond}
c, err := net.ListenPacket("udp", "localhost:6677")
if err != nil {
t.Error(err)
Expand Down

0 comments on commit de5205d

Please sign in to comment.