jasmine DEFAULT TIMEOUT
This commit is contained in:
parent
d51351a2d7
commit
8597dab1de
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue