Skip to content

Commit

Permalink
Wait for auto-instrumentation to export traces
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Nov 4, 2023
1 parent c3097bf commit 6dad2f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/test/e2e/grpc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,7 @@ func main() {

s.GracefulStop()
<-done

// Give time for auto-instrumentation to do the do.
time.Sleep(5 * time.Second)
}

0 comments on commit 6dad2f5

Please sign in to comment.