From 8597dab1dee047eb6216ad2c9e05f30eef41bd2b Mon Sep 17 00:00:00 2001 From: Vicente Falco Date: Sun, 17 Sep 2017 19:09:20 +0200 Subject: [PATCH] jasmine DEFAULT TIMEOUT --- e2e/paths/clients_path.spec.js | 2 ++ 1 file changed, 2 insertions(+) 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