diff --git a/e2e/paths/clients_path.spec.js b/e2e/paths/clients_path.spec.js index 21b99dd012..27547fa05a 100644 --- a/e2e/paths/clients_path.spec.js +++ b/e2e/paths/clients_path.spec.js @@ -4,6 +4,8 @@ import selectors from '../helpers/selectors.js'; import {catchErrors} from '../../services/utils/jasmineHelpers'; const nightmare = createNightmare(); +jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000; + describe('Clients path', () => { it('should log in', done => { nightmare