We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839d78f commit 01b4149Copy full SHA for 01b4149
tests/playwright/src/bootc-extension.spec.ts
@@ -49,7 +49,7 @@ const containerFilePath = path.resolve(__dirname, '..', 'resources', 'bootable-c
49
const contextDirectory = path.resolve(__dirname, '..', 'resources');
50
const skipInstallation = process.env.SKIP_INSTALLATION;
51
const buildISOImage = process.env.BUILD_ISO_IMAGE;
52
-let timeoutForBuild = 600000;
+let timeoutForBuild = 900000;
53
let imageBuildFailed = true;
54
55
beforeEach<RunnerTestContext>(async ctx => {
0 commit comments