Skip to content

Commit 01b4149

Browse files
authored
chore(test): increasing timeout for windows e2e tests (#689)
Signed-off-by: Vladimir Lazar <[email protected]>
1 parent 839d78f commit 01b4149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/src/bootc-extension.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const containerFilePath = path.resolve(__dirname, '..', 'resources', 'bootable-c
4949
const contextDirectory = path.resolve(__dirname, '..', 'resources');
5050
const skipInstallation = process.env.SKIP_INSTALLATION;
5151
const buildISOImage = process.env.BUILD_ISO_IMAGE;
52-
let timeoutForBuild = 600000;
52+
let timeoutForBuild = 900000;
5353
let imageBuildFailed = true;
5454

5555
beforeEach<RunnerTestContext>(async ctx => {

0 commit comments

Comments
 (0)