remove timeout again #241

Merged
philipp merged 1 commits from staging into main 2024-03-05 00:58:22 +01:00
Showing only changes of commit 16e7c2379a - Show all commits

View File

@ -10,7 +10,6 @@ import { defineConfig, devices } from '@playwright/test';
* See https://playwright.dev/docs/test-configuration.
*/
export default defineConfig({
timeout: 180000,
testDir: './tests',
/* Run tests in files in parallel */
fullyParallel: true,