test(project): increase single test timeout to pass on FF
This commit is contained in:
parent
3bbbfab5bc
commit
791ccb75b2
|
@ -395,6 +395,8 @@ describe('Viewer', function() {
|
|||
|
||||
it('should export huge svg', function(done) {
|
||||
|
||||
this.timeout(3000);
|
||||
|
||||
// given
|
||||
var xml = require('../fixtures/bpmn/complex.bpmn');
|
||||
|
||||
|
|
Loading…
Reference in New Issue