Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Feb 1, 2024
1 parent 677c566 commit 2b84d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig, devices } from '@playwright/test';

const IS_CI = process.env.CI === 'true';
const BASE_URL = 'http://localhost:9009';
const TIMEOUT_SECONDS = 10;
const TIMEOUT_SECONDS = 5;

// eslint-disable-next-line import/no-default-export
export default defineConfig({
Expand Down

0 comments on commit 2b84d39

Please sign in to comment.