Skip to content

Commit

Permalink
increase time waiting
Browse files Browse the repository at this point in the history
  • Loading branch information
realPy committed Jul 2, 2023
1 parent 206f938 commit 1cb129c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch/fetch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func TestNew(t *testing.T) {

select {
case <-io:
case <-time.After(time.Duration(2000) * time.Millisecond):
case <-time.After(time.Duration(3000) * time.Millisecond):
t.Errorf("No message channel receive")
}

Expand Down

0 comments on commit 1cb129c

Please sign in to comment.