test(project): increase single test timeout to pass on FF

This commit is contained in:
Nico Rehwaldt 2016-11-18 14:50:45 +01:00
parent 3bbbfab5bc
commit 791ccb75b2
1 changed files with 2 additions and 0 deletions

View File

@ -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');