Skip to content

Commit

Permalink
increase playwright timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Oct 24, 2023
1 parent 99f83b2 commit a85f049
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions argos/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import type {PlaywrightTestConfig} from '@playwright/test';
const config: PlaywrightTestConfig = {
testDir: './tests',

timeout: 60000,

reporter: [['list'], ['@argos-ci/playwright/reporter']],

// Run website production built
Expand Down

0 comments on commit a85f049

Please sign in to comment.