-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
15 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,12 @@ | ||
export const CREATE_ITEM_PAUSE = 1000; | ||
export const EDIT_ITEM_PAUSE = 1000; | ||
export const ITEM_LOGIN_PAUSE = 1000; | ||
export const NAVIGATE_PAUSE = 1000; | ||
export const NAVIGATION_LOAD_PAUSE = 1500; | ||
export const PAGE_LOAD_WAITING_PAUSE = 3000; | ||
export const REQUEST_FAILURE_LOADING_TIME = 1500; | ||
export const FILE_LOADING_PAUSE = 2000; | ||
export const TREE_VIEW_PAUSE = 1500; | ||
export const WEBSOCKETS_DELAY_TIME = 1500; | ||
|
||
export const EDIT_TAG_REQUEST_TIMEOUT = 10000; | ||
|
||
export const REDIRECTION_CONTENT = 'hello'; | ||
export const REQUEST_FAILURE_TIME = 2500; | ||
|
||
export const REDIRECTION_TIME = 500; | ||
export const CAPTION_EDIT_PAUSE = 2000; | ||
|
||
export const TABLE_MEMBERSHIP_RENDER_TIME = 1000; | ||
export const FIXTURES_THUMBNAILS_FOLDER = './thumbnails'; | ||
export const CHATBOX_LOADING_TIME = 5000; | ||
export const CHATBOX_TIMEOUT = 5000; |