diff --git a/tests/playwright/src/bootc-extension.spec.ts b/tests/playwright/src/bootc-extension.spec.ts index 0c694121..33aee045 100644 --- a/tests/playwright/src/bootc-extension.spec.ts +++ b/tests/playwright/src/bootc-extension.spec.ts @@ -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(async ctx => {