Skip to content

Commit

Permalink
Update timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-cichocki committed Feb 24, 2024
1 parent c24c8a7 commit 9d36dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/swap.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ describe('swap tests', () => {
).returns
expect(isUpperTickInitialized).toBe(true)
}
})
}, 15000)

test('crossing tick swap x to y', async () => {
const invariantResult = await deployInvariant(sender, protocolFee)
Expand Down Expand Up @@ -619,5 +619,5 @@ describe('swap tests', () => {
expect(poolAfter.feeProtocolTokenX).toBe(2n)
expect(poolAfter.feeProtocolTokenY).toBe(0n)
}
})
}, 15000)
})

0 comments on commit 9d36dbf

Please sign in to comment.