@@ -207,13 +207,13 @@ test.describe('BootC Extension', () => {
207
207
test . describe
208
208
. serial ( `Bootc examples for bootable image` , ( ) => {
209
209
test ( `Pull ${ example . appName } bootable image` , async ( { runner } ) => {
210
- test . setTimeout ( 310_000 ) ;
210
+ test . setTimeout ( 610_000 ) ;
211
211
212
212
[ page , webview ] = await handleWebview ( runner ) ;
213
213
const bootcNavigationBar = new BootcNavigationBar ( page , webview ) ;
214
214
const bootcExamplesPage = await bootcNavigationBar . openBootcExamples ( ) ;
215
215
await playExpect ( bootcExamplesPage . heading ) . toBeVisible ( ) ;
216
- await bootcExamplesPage . pullImage ( example . appName ) ;
216
+ await bootcExamplesPage . pullImage ( example . appName , 600_000 ) ;
217
217
} ) ;
218
218
219
219
types = [ 'QCOW2' , 'AMI' ] ;
@@ -256,13 +256,13 @@ test.describe('BootC Extension', () => {
256
256
test . describe
257
257
. serial ( 'Bootc Dashboard' , ( ) => {
258
258
test ( 'Pull demo image from dashboard' , async ( { runner } ) => {
259
- test . setTimeout ( 310_000 ) ;
259
+ test . setTimeout ( 610_000 ) ;
260
260
261
261
[ page , webview ] = await handleWebview ( runner ) ;
262
262
const bootcNavigationBar = new BootcNavigationBar ( page , webview ) ;
263
263
const bootcDashboardPage = await bootcNavigationBar . openBootcDashboard ( ) ;
264
264
await playExpect ( bootcDashboardPage . heading ) . toBeVisible ( ) ;
265
- await bootcDashboardPage . pullDemoImage ( ) ;
265
+ await bootcDashboardPage . pullDemoImage ( 600_000 ) ;
266
266
} ) ;
267
267
268
268
types = [ 'QCOW2' , 'AMI' ] ;
0 commit comments