Skip to content

Commit

Permalink
Merge branch 'main' into fiza-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
justfizah authored Jan 12, 2025
2 parents 4c0dc45 + 0c2b5a8 commit d6f558d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Playwright Tests
name: E2E Tests

on:
push:
Expand Down Expand Up @@ -68,3 +68,4 @@ jobs:
name: playwright-report
path: playwright-report/
retention-days: 30

5 changes: 3 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { defineConfig, devices } from '@playwright/test';
export default defineConfig({
timeout: 1200000, // Set global timeout to 60 seconds

timeout: 120000, // Set global timeout to 60 secon

testDir: './tests',

Expand Down Expand Up @@ -66,4 +67,4 @@ export default defineConfig({

],

});
});

0 comments on commit d6f558d

Please sign in to comment.