Skip to content

Commit 2cbec06

Browse files
Extend timeout on test for DOCX to pass Travis CI build
1 parent af05b76 commit 2cbec06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-docx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var onError = function (err) {
4242
describe("DOCX generator", function () {
4343

4444
it("creates a document with text and styles", function (done) {
45-
this.timeout(5000);
45+
this.timeout(10000);
4646
var docx = officegen ( 'docx' );
4747
var pObj = docx.createP ();
4848

0 commit comments

Comments
 (0)