Skip to content

Commit

Permalink
set longer timeout for js tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Nov 24, 2024
1 parent 8b0f72f commit 3caee6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ describe('Acceptance Tests', async () => {
expect(content).xml.to.deep.eq(expectedXml)
})
}
})
}).timeout('5s')

0 comments on commit 3caee6c

Please sign in to comment.