test(Viewer): bump SVG export timeout

This commit is contained in:
Nico Rehwaldt 2018-02-14 22:22:30 +01:00
parent de63fd49a3
commit 8c92800bd2
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ describe('Viewer', function() {
it('should export huge svg', function(done) {
this.timeout(3000);
this.timeout(5000);
// given
var xml = require('../fixtures/bpmn/complex.bpmn');