Skip to content

Commit 3caee6c

Browse files
committed
set longer timeout for js tests
1 parent 8b0f72f commit 3caee6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/src/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ describe('Acceptance Tests', async () => {
5454
expect(content).xml.to.deep.eq(expectedXml)
5555
})
5656
}
57-
})
57+
}).timeout('5s')

0 commit comments

Comments
 (0)