You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert(!(optionsasany).userDataDir,'userDataDir option is not supported in `browserType.launchServer`. Use `browserType.launchPersistentContext` instead');
160
160
const{ port =0}=options;
161
161
constlogger=newRootLogger(options.logger);
162
-
const{ browserServer, transport }=awaitthis._launchServer(options,false,logger,TimeoutSettings.computeDeadline(options.timeout,30000));
162
+
const{ browserServer, transport }=awaitthis._launchServer(options,false,logger,TimeoutSettings.computeDeadline(options.timeout));
0 commit comments