mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
fix: increase hook timeout for e2e tests (#5326)
Signed-off-by: Ondrej Dockal <odockal@redhat.com>
This commit is contained in:
parent
0765fc953e
commit
68cc418b8f
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ const config = {
|
|||
* A default timeout of 5000ms is sometimes not enough for playwright.
|
||||
*/
|
||||
testTimeout: 60_000,
|
||||
hookTimeout: 60_000,
|
||||
hookTimeout: 120_000,
|
||||
// test reporters - default for all and junit for CI
|
||||
reporters: process.env.CI ? ['default', 'junit'] : ['default'],
|
||||
outputFile: process.env.CI ? { junit: 'tests/output/junit-results.xml' } : {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue