1
0
Fork 0

decrease timeout now that it's working

This commit is contained in:
Enoch Riese 2022-11-15 16:50:28 -06:00
parent 67caa08f7b
commit 5f37bd8c1f
3 changed files with 3 additions and 8 deletions

View file

@ -155,7 +155,6 @@ describe('Utils', () => {
})
describe('curvesIntersect', function () {
this.timeout(20000)
it('Should find 9 intersections between two curves', () => {
let A = new Point(10, 10)
let Acp = new Point(310, 40)