Skip to content

Commit

Permalink
chore: some test environments are _really_ slow
Browse files Browse the repository at this point in the history
  • Loading branch information
d-goog committed Nov 14, 2024
1 parent 8d24fb4 commit d69b5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.retry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ describe('🛸 retry & exponential backoff', () => {

// increase timeout to something higher to avoid time-sensitive flaky tests
// note: the second `nock` get is not delayed like the first one
opts.config.timeout = 1000;
opts.config.timeout = 10000;
}

const res = await gaxios.request({
Expand Down

0 comments on commit d69b5b0

Please sign in to comment.