File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export * from "./prebuild";
3232export * from "./prebuildClean" ;
3333export * from "./reopenQRCode" ;
3434export * from "./enableHermes" ;
35- export * from "./enableExpoHemes " ;
35+ export * from "./enableExpoHermes " ;
3636export * from "./openExpoUpgradeHelper" ;
3737export * from "./killPort" ;
3838export * from "./setNewArch" ;
Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ export class Application {
5151
5252 this . mainPage = await this . app . firstWindow ( ) ;
5353 await this . mainPage . waitForSelector ( `.${ Element . vscodeWorkbenchClassName } ` , {
54- timeout : 10000 ,
54+ // CI occasionally needs longer to render the workbench; give it more headroom.
55+ timeout : 30000 ,
5556 } ) ;
5657
5758 await utilities . sleep ( 10000 ) ;
You can’t perform that action at this time.
0 commit comments