Skip to content

Commit

Permalink
chore(test): increasing timeout for windows e2e tests (podman-desktop…
Browse files Browse the repository at this point in the history
…#689)

Signed-off-by: Vladimir Lazar <[email protected]>
  • Loading branch information
cbr7 authored Jul 31, 2024
1 parent 839d78f commit 01b4149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/playwright/src/bootc-extension.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const containerFilePath = path.resolve(__dirname, '..', 'resources', 'bootable-c
const contextDirectory = path.resolve(__dirname, '..', 'resources');
const skipInstallation = process.env.SKIP_INSTALLATION;
const buildISOImage = process.env.BUILD_ISO_IMAGE;
let timeoutForBuild = 600000;
let timeoutForBuild = 900000;
let imageBuildFailed = true;

beforeEach<RunnerTestContext>(async ctx => {
Expand Down

0 comments on commit 01b4149

Please sign in to comment.