Skip to content

Commit

Permalink
increase timeout for long test flaking locally
Browse files Browse the repository at this point in the history
  • Loading branch information
haworku committed Apr 29, 2024
1 parent 1cef2ab commit a055e9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ describe('submitContract', () => {
)
expect(ds1.rateRevisions).toHaveLength(0)
expect(ds1.cause).toBe('CONTRACT_SUBMISSION')
})
}, 10000)

it('returns the correct dateAdded for documents', async () => {
const ldService = testLDService({
Expand Down

0 comments on commit a055e9a

Please sign in to comment.