Fix system tests timing out

This commit is contained in:
Ryan Manuel
2022-03-25 18:50:50 -05:00
parent 32931076a3
commit 5e9991d6d8

View File

@@ -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()
}
}