up timeout to 20000
This commit is contained in:
parent
a238be1f92
commit
6c68b33f3e
3 changed files with 4 additions and 4 deletions
|
@ -155,6 +155,7 @@ describe('Utils', () => {
|
|||
})
|
||||
|
||||
it('Should find 9 intersections between two curves', () => {
|
||||
this.timeout(15000)
|
||||
let A = new Point(10, 10)
|
||||
let Acp = new Point(310, 40)
|
||||
let B = new Point(110, 70)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue