Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #35 from dcsil/deploy_try
Browse files Browse the repository at this point in the history
deploy timeout
  • Loading branch information
WeiTao3 authored Dec 1, 2022
2 parents c24ece2 + 997431a commit 79b7783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import axios from 'axios';

export const service = axios.create({
baseURL: process.env.VUE_APP_SERVER,
timeout: 10000, //overtime
timeout: 50000, //overtime
});

// export default service;

0 comments on commit 79b7783

Please sign in to comment.