Skip to content

Commit

Permalink
dbg: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
clauyan committed Nov 20, 2024
1 parent 1fa66cc commit 5fa9f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loadtest/util/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export function makeHttpRequest(
const url = `${backendUrl}${resource}${queryString}`;
const response = request(verb.toUpperCase(), url, options?.body, {
...options?.params,
timeout: "70s",
tags: {
name: `${backendUrl}${resource}`,
resource,
Expand Down

0 comments on commit 5fa9f9f

Please sign in to comment.