You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Chore: Desktop: Increase Playwright test timeout by 20s in CI (#9497)
This commit is contained in:
@@ -23,6 +23,9 @@ export default defineConfig({
|
|||||||
// Reporter to use. See https://playwright.dev/docs/test-reporters
|
// Reporter to use. See https://playwright.dev/docs/test-reporters
|
||||||
reporter: process.env.CI ? 'line' : 'html',
|
reporter: process.env.CI ? 'line' : 'html',
|
||||||
|
|
||||||
|
// The CI machines can sometimes be very slow. Increase per-test timeout in CI.
|
||||||
|
timeout: process.env.CI ? 50_000 : 30_000, // milliseconds
|
||||||
|
|
||||||
// Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions.
|
// Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions.
|
||||||
use: {
|
use: {
|
||||||
// Base URL to use in actions like `await page.goto('/')`.
|
// Base URL to use in actions like `await page.goto('/')`.
|
||||||
|
|||||||
Reference in New Issue
Block a user