Skip to content

Commit

Permalink
add more retries to grpc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-theriault-swi committed Sep 9, 2024
1 parent 74e6924 commit d752ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/solarwinds-apm/test/sampling/grpc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe("GrpcSampler", () => {
"BucketCapacity",
"BucketRate",
)
}).retries(4)
}).retries(10)
})

describe("invalid service key", () => {
Expand Down Expand Up @@ -170,7 +170,7 @@ describe("GrpcCollectorClient", () => {

const setting = parseSettings(settings!.settings![0]!)
expect(setting).not.to.be.undefined
}).retries(4)
}).retries(10)

it("can be cancelled", async () => {
const ac = new AbortController()
Expand Down

0 comments on commit d752ce2

Please sign in to comment.