Skip to content

Commit

Permalink
portfolio data-race fix
Browse files Browse the repository at this point in the history
  • Loading branch information
csanadtelbisz authored Nov 24, 2023
1 parent 22257ee commit 31192b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fun complexPortfolio24(
coi = ConeOfInfluenceMode.COI)

if (propertyTyped == ErrorDetection.DATA_RACE) {
baseConfig = baseConfig.copy(porLevel = POR.SPOR)
baseConfig = baseConfig.copy(porLevel = POR.SPOR, coi = ConeOfInfluenceMode.NO_COI)
}
}
val timeoutTrigger = ExceptionTrigger(
Expand Down

0 comments on commit 31192b7

Please sign in to comment.