playwright: Increase timeout for expect

This increases timeout for `expect` from 30s to 50s.
This commit is contained in:
regexowl 2025-04-29 11:38:45 +02:00 committed by Klara Simickova
parent e0e449917f
commit ff2cc68d75

View file

@ -20,7 +20,7 @@ export default defineConfig({
reporter: reporters,
globalTimeout: 29.5 * 60 * 1000, // 29.5m, Set because of codebuild, we want PW to timeout before CB to get the results.
timeout: 3 * 60 * 1000, // 3m
expect: { timeout: 30_000 }, // 30s
expect: { timeout: 50_000 }, // 50s
use: {
actionTimeout: 30_000, // 30s
navigationTimeout: 30_000, // 30s