Skip to content

Commit 5fddb08

Browse files
committed
increase timeout to 3 secs
1 parent f61c447 commit 5fddb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/src/api/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const EVENT_SOURCE_ROOT = 'http://' + host + '/es/';
1414

1515
export const alovaInstance = createAlova({
1616
statesHook: ReactHook,
17-
timeout: 2000,
17+
timeout: 3000,
1818
localCache: {
1919
GET: {
2020
mode: 'placeholder',

0 commit comments

Comments
 (0)