jasmine DEFAULT TIMEOUT

This commit is contained in:
Vicente Falco 2017-09-17 19:09:20 +02:00
parent d51351a2d7
commit 8597dab1de
1 changed files with 2 additions and 0 deletions

View File

@ -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