Skip to content

Commit

Permalink
Merge pull request #404 from RichVanderwal/slower-test
Browse files Browse the repository at this point in the history
Make Trace Observer test even slower for arm64 emulator
  • Loading branch information
RichVanderwal authored Oct 27, 2021
2 parents d501bf5 + 56ff5a7 commit c9234d3
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, 2*time.Second) {
if !s.DidSpansArrive(t, 2, 4*time.Second) {
t.Error("server did not receive 2 spans")
}
}
Expand Down

0 comments on commit c9234d3

Please sign in to comment.