Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
increasing timeout
Browse files Browse the repository at this point in the history
michaelneale committed Jun 13, 2024
1 parent 7c4cd60 commit dfcee82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/tests/test-vectors.spec.ts
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ import { Balance, Close, Offering, Order, OrderStatus, Quote, Rfq } from '../src
import { Parser } from '../src/parser.js'

describe('TbdexTestVectorsProtocol', function () {
this.timeout(10000)
this.timeout(30000)
it('parse_close', async () => {
// Parse with parseMessage()
const message = await Parser.parseMessage(ParseClose.input)

0 comments on commit dfcee82

Please sign in to comment.