Skip to content

Commit

Permalink
Merge branch 'next' of https://github.com/NervJS/taro into next
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunly520 committed Nov 2, 2023
2 parents 106da79 + 0d4e1e7 commit 002e7b3
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 002e7b3

Please sign in to comment.