mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-11 09:40:11 -06:00
Fix system tests timing out
This commit is contained in:
@@ -421,7 +421,7 @@ export class ProjectLifecycleManager {
|
||||
|
||||
assert(this._configManager)
|
||||
this._configManager.setTestingType(testingType)
|
||||
if (this.isTestingTypeConfigured(testingType) && !(this.ctx.coreData.forceReconfigureProject && this.ctx.coreData.forceReconfigureProject[testingType])) {
|
||||
if (this.ctx.isRunMode || (this.isTestingTypeConfigured(testingType) && !(this.ctx.coreData.forceReconfigureProject && this.ctx.coreData.forceReconfigureProject[testingType]))) {
|
||||
this._configManager.loadTestingType()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user