telegram-tt/tests/config.ts
Alexander Zinchuk 3afcde3217 Initial commit
2021-04-09 14:11:51 +03:00

4 lines
111 B
TypeScript

export const REQUEST_DELAY = 3000;
export const AFTER_ALL_DELAY = 500;
export const BEFORE_ALL_TIMEOUT = 5000;