telegram-tt/tests/config.ts

4 lines
111 B
TypeScript
Raw Normal View History

2021-04-09 12:29:59 +02:00
export const REQUEST_DELAY = 3000;
export const AFTER_ALL_DELAY = 500;
export const BEFORE_ALL_TIMEOUT = 5000;