Skip to content

Commit f24521c

Browse files
Increase Wait Time
1 parent 01ca142 commit f24521c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/frontend/src/utilities/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const API_BASE_URL = PROTOCOL + '//' + HOST + ':' + PORT;
1818
export const API_VERSION = '/v1';
1919
export const LOG_LEVEL = process.env.NODE_ENV !== 'production' ? 'info' : 'warn';
2020

21-
export const APP_WAIT_TIME = 15 * 1000; // 15 seconds
21+
export const APP_WAIT_TIME = 30 * 1000; // 30 seconds
2222
export const CLEAR_STATUS_ALERT_DELAY = 10000; // 10 seconds
2323
export const TODAY = Math.floor(Date.now() / 1000);
2424
export const SCROLL_PAGE_SIZE = 100; // For infinite scroll, number of items to load per page

0 commit comments

Comments
 (0)