diff --git a/packages/core/tests/utils.test.mjs b/packages/core/tests/utils.test.mjs index 2cdec986a76..40ac8bf6467 100644 --- a/packages/core/tests/utils.test.mjs +++ b/packages/core/tests/utils.test.mjs @@ -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) diff --git a/scripts/testall.js b/scripts/testall.js index 2c66baac421..2df61606b50 100644 --- a/scripts/testall.js +++ b/scripts/testall.js @@ -18,16 +18,12 @@ spawn( 'run', '--no-bail', 'testci', - // '--stream', - // '--parallel', '--loglevel', 'error', '--', - // '--file', - // `${collectorScript}`, + '--file', + `${collectorScript}`, '--no-warnings', - '--timeout', - '15000', ], { stdio: 'inherit' } ).on('exit', function (code) { diff --git a/tests/designs/drafting.mjs b/tests/designs/drafting.mjs index 5347b4905ac..a4fd713fd55 100644 --- a/tests/designs/drafting.mjs +++ b/tests/designs/drafting.mjs @@ -4,7 +4,7 @@ import chai from 'chai' import { timingPlugin } from '@freesewing/plugin-timing' const expect = chai.expect -const ciTimeout = 60000 +const ciTimeout = 10000 /* * This runs unit tests for pattern drafting