@@ -24,7 +24,7 @@ test.describe( 'Blueprints', () => {
2424 }
2525
2626 const siteContent = new SiteContent ( session . mainWindow , 'My WordPress Website' ) ;
27- await expect ( siteContent . siteNameHeading ) . toBeVisible ( { timeout : 60_000 } ) ;
27+ await expect ( siteContent . siteNameHeading ) . toBeVisible ( { timeout : 120_000 } ) ;
2828 } ) ;
2929
3030 test . afterAll ( async ( ) => {
@@ -55,7 +55,7 @@ test.describe( 'Blueprints', () => {
5555
5656 // Wait for site to be created and running
5757 const siteContent = new SiteContent ( session . mainWindow , siteName ) ;
58- await expect ( siteContent . runningButton ) . toBeAttached ( { timeout : 60_000 } ) ;
58+ await expect ( siteContent . runningButton ) . toBeAttached ( { timeout : 120_000 } ) ;
5959
6060 // Navigate to Settings tab to get admin URL
6161 const settingsTab = await siteContent . navigateToTab ( 'Settings' ) ;
@@ -90,7 +90,7 @@ test.describe( 'Blueprints', () => {
9090
9191 // Wait for site to be created and running
9292 const siteContent = new SiteContent ( session . mainWindow , siteName ) ;
93- await expect ( siteContent . runningButton ) . toBeAttached ( { timeout : 60_000 } ) ;
93+ await expect ( siteContent . runningButton ) . toBeAttached ( { timeout : 120_000 } ) ;
9494
9595 // Navigate to Settings tab to get admin URL
9696 const settingsTab = await siteContent . navigateToTab ( 'Settings' ) ;
@@ -127,7 +127,7 @@ test.describe( 'Blueprints', () => {
127127
128128 // Wait for site to be created and running
129129 const siteContent = new SiteContent ( session . mainWindow , siteName ) ;
130- await expect ( siteContent . runningButton ) . toBeAttached ( { timeout : 60_000 } ) ;
130+ await expect ( siteContent . runningButton ) . toBeAttached ( { timeout : 120_000 } ) ;
131131
132132 // Navigate to Settings tab to get admin URL
133133 const settingsTab = await siteContent . navigateToTab ( 'Settings' ) ;
@@ -162,7 +162,7 @@ test.describe( 'Blueprints', () => {
162162
163163 // Wait for site to be created and running
164164 const siteContent = new SiteContent ( session . mainWindow , siteName ) ;
165- await expect ( siteContent . runningButton ) . toBeAttached ( { timeout : 60_000 } ) ;
165+ await expect ( siteContent . runningButton ) . toBeAttached ( { timeout : 120_000 } ) ;
166166
167167 // Navigate to Settings tab to get admin URL
168168 const settingsTab = await siteContent . navigateToTab ( 'Settings' ) ;
@@ -199,7 +199,7 @@ test.describe( 'Blueprints', () => {
199199
200200 // Wait for site to be created and running
201201 const siteContent = new SiteContent ( session . mainWindow , siteName ) ;
202- await expect ( siteContent . runningButton ) . toBeAttached ( { timeout : 60_000 } ) ;
202+ await expect ( siteContent . runningButton ) . toBeAttached ( { timeout : 120_000 } ) ;
203203
204204 // Navigate to Settings tab to verify site is accessible
205205 const settingsTab = await siteContent . navigateToTab ( 'Settings' ) ;
@@ -237,7 +237,7 @@ test.describe( 'Blueprints', () => {
237237
238238 // Wait for site to be created and running
239239 const siteContent = new SiteContent ( session . mainWindow , siteName ) ;
240- await expect ( siteContent . runningButton ) . toBeAttached ( { timeout : 60_000 } ) ;
240+ await expect ( siteContent . runningButton ) . toBeAttached ( { timeout : 120_000 } ) ;
241241
242242 // Navigate to Settings tab to verify site is accessible
243243 const settingsTab = await siteContent . navigateToTab ( 'Settings' ) ;
0 commit comments