Skip to content

Commit

Permalink
increase timeout of service log api calls (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paterick authored Sep 10, 2024
1 parent 5a0a114 commit f3551c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/httpProvider.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import axios from 'axios'

const REQUEST_TIMEOUT = 10000
const REQUEST_TIMEOUT = 30000


export async function serviceApiHttpCall({
Expand Down

0 comments on commit f3551c3

Please sign in to comment.