Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Oct 11, 2023
1 parent 3d361f2 commit 45866b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('Conversion', () => {
}

describe('When extension is registered', function () {
this.timeout(10000)
this.timeout(30000)
it('should convert a diagram to an image', () => {
const input = `
[plantuml,alice-bob,svg,role=sequence]
Expand Down

0 comments on commit 45866b2

Please sign in to comment.