fix ci
CI/CD Pipeline / test (push) Failing after 28m52s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
2026-05-01 08:32:51 +02:00
parent 09defdc1f4
commit 910c51d01f
2 changed files with 3 additions and 13 deletions
+1
View File
@@ -11,6 +11,7 @@ import { defineConfig, devices } from '@playwright/test';
*/
export default defineConfig({
testDir: './tests',
timeout: process.env.CI ? 120000 : 30000,
/* Run tests in files in parallel */
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */