Skip to content

Commit

Permalink
fix: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hikasap committed Dec 12, 2024
1 parent f3c60b9 commit 2b8cb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/service/apiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import axios from "axios";

const apiClient = axios.create({
baseURL: process.env.REACT_APP_API_BASE_URL || "http://localhost:5000",
timeout: 10000,
timeout: 120000,
});

console.log(process.env)
Expand Down

0 comments on commit 2b8cb87

Please sign in to comment.