Bump to 2 workers
This commit is contained in:
@ -2437,7 +2437,6 @@ test('Extrude from command bar selects extrude line after', async ({
|
||||
)
|
||||
})
|
||||
|
||||
<<<<<<< HEAD
|
||||
test.describe('Testing constraints', () => {
|
||||
test.describe('Test ABS distance constraint', () => {
|
||||
const cases = [
|
||||
@ -3281,7 +3280,7 @@ test.describe('Testing segment overlays', () => {
|
||||
}
|
||||
await page.waitForTimeout(200)
|
||||
|
||||
const lineTo = await u.getBoundingBox(`[data-overlay-index="2"]`)
|
||||
let lineTo = await u.getBoundingBox(`[data-overlay-index="2"]`)
|
||||
ang = await u.getAngle(`[data-overlay-index="2"]`)
|
||||
console.log('lineTo1')
|
||||
await clickConstrained({
|
||||
|
||||
@ -18,7 +18,7 @@ export default defineConfig({
|
||||
/* Retry on CI only */
|
||||
retries: process.env.CI ? 3 : 0,
|
||||
/* Opt out of parallel tests on CI. */
|
||||
workers: process.env.CI ? 1 : 1,
|
||||
workers: process.env.CI ? 2 : 2,
|
||||
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
|
||||
reporter: 'html',
|
||||
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
||||
|
||||
Reference in New Issue
Block a user