Bump to 2 workers

This commit is contained in:
49lf
2024-05-31 12:06:18 -04:00
parent 9bcc307f32
commit ab56a165a4
2 changed files with 2 additions and 3 deletions

View File

@ -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({

View File

@ -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. */