Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Sarmiento committed Aug 26, 2023
1 parent a71157d commit 09ccb97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [linux/amd64, linux/arm64, linux/arm/v7]
platform: [linux/amd64, linux/arm64]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion src/services/btdigg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const createAxiosInstance = (agent: SocksProxyAgent) => {
'user-agent':
'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36',
},
timeout: 3000,
timeout: 30000,
});
};

Expand Down

0 comments on commit 09ccb97

Please sign in to comment.