Skip to content

Commit

Permalink
Increase request timeout of web ui (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusoe authored Aug 4, 2020
1 parent 62c5c9c commit f12f338
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const BASE_API_URL_V1 = isProduction ? '/api/v1' : 'http://localhost:8090/api/v1

const commonConfiguration = {
baseURL: BASE_API_URL_V1,
timeout: 5000,
timeout: 15000,
};

const axiosPlain = axios.create(commonConfiguration);
Expand Down

0 comments on commit f12f338

Please sign in to comment.