export const CHECK_INTERVAL = 500; // ie. Wait for elements to exist
export const MAX_CHECK_TIMEOUT = 10 * 1000; // ie. Element 'Not Found'
export const SOCKET_WAIT_TIMEOUT = 300; // ie. Retry to connect to websocket

export const ANDROID_WS_HOST = '10.0.2.2';
export const IOS_WS_HOST = 'localhost';
