Skip to content

Commit

Permalink
Sync default value of timeout param with Wechat Mini Program
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothdvd authored and Chen-jj committed Nov 2, 2023
1 parent 67b22d9 commit 0d4e1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-h5/src/api/network/request/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function _request (options: Partial<Taro.request.Option> = {}) {
mode,
responseType,
signal,
timeout = 2000,
timeout = 60000,
url = '',
...opts
} = options
Expand Down

0 comments on commit 0d4e1e7

Please sign in to comment.