Skip to content

Commit

Permalink
test_UI: increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendiot42 committed Jul 1, 2024
1 parent eaff3cb commit 61cfc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const { defineConfig, devices } = require("@playwright/test");
* @see https://playwright.dev/docs/test-configuration
*/
module.exports = defineConfig({
timeout: 10_000,
timeout: 15_000,
expect: { timeout: 5000 },
testDir: "./tests_UI",
/* Run tests in files in parallel */
Expand Down

0 comments on commit 61cfc88

Please sign in to comment.