Skip to content

Commit

Permalink
more attempts to wait api
Browse files Browse the repository at this point in the history
  • Loading branch information
lndrtrbn committed May 2, 2024
1 parent 530c0c3 commit bb95413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opencti-platform/opencti-front/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export default defineConfig({
screenshot: "only-on-failure",
ignoreHTTPSErrors: true,
},
expect: { timeout: 20000 },
timeout: 200000,
expect: { timeout: 120000 },
timeout: 120000,
/* Configure projects for major browsers */
projects: [
{ name: 'setup', testMatch: /.*\.setup\.ts/ },
Expand Down

0 comments on commit bb95413

Please sign in to comment.