Skip to content

Commit

Permalink
extend wait time for span in TestTrObsOKSendBackoffNo to cut down on …
Browse files Browse the repository at this point in the history
…testing flakes
  • Loading branch information
iamemilio committed Jan 27, 2022
1 parent 707f866 commit 7451f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/newrelic/trace_observer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ func TestTrObsOKSendBackoffNo(t *testing.T) {
}
// If the default backoff of 15 seconds is used, the second span will not
// be received in time.
if !s.DidSpansArrive(t, 2, 4*time.Second) {
if !s.DidSpansArrive(t, 2, 8*time.Second) {
t.Error("server did not receive 2 spans")
}
}
Expand Down

0 comments on commit 7451f0b

Please sign in to comment.