Skip to content

Commit

Permalink
chore(webapp): adjust timeout and wait interval
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed Dec 23, 2022
1 parent a8ca5a4 commit 288e1cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/utils/eosapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { eosConfig } from '../config'
export const ENDPOINTS_ERROR =
'Each endpoint failed when trying to execute the function'

const waitRequestInterval = 300000
const timeout = 5000
const waitRequestInterval = 120000
const timeout = 15000
const eosApis = eosConfig.endpoints.map(endpoint => {
return {
api: EosApi({
Expand Down

0 comments on commit 288e1cf

Please sign in to comment.