Skip to content

Commit

Permalink
ddtrace/tracer: increase TestWorker timeout to 2 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio-Guerra committed Oct 20, 2021
1 parent 7e37f52 commit 67924a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/tracer/tracer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ func TestWorker(t *testing.T) {
}

flush(-1)
timeout := time.After(1 * time.Second)
timeout := time.After(2 * time.Second)
loop:
for {
select {
Expand Down

0 comments on commit 67924a4

Please sign in to comment.