Skip to content

Commit

Permalink
increase req/resp timeout for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Jan 25, 2023
1 parent 0053a51 commit 9d7a6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reqresp/src/request/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export {RequestError, RequestErrorCode};
export const DEFAULT_DIAL_TIMEOUT = 5 * 1000; // 5 sec
export const DEFAULT_REQUEST_TIMEOUT = 5 * 1000; // 5 sec
export const DEFAULT_TTFB_TIMEOUT = 5 * 1000; // 5 sec
export const DEFAULT_RESP_TIMEOUT = 10 * 1000; // 10 sec
export const DEFAULT_RESP_TIMEOUT = 30 * 1000; // 10 sec

export interface SendRequestOpts {
/** The maximum time for complete response transfer. */
Expand Down

0 comments on commit 9d7a6c2

Please sign in to comment.