playwright: Increase timeout for expect
This increases timeout for `expect` from 30s to 50s.
This commit is contained in:
parent
e0e449917f
commit
ff2cc68d75
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue