Skip to content

Commit b5e84de

Browse files
authored
Merge pull request #352 from DataObjects-NET/7.0-issue110-test-fix
Fix race condition in IssueGithub110 test
2 parents aae6425 + cc95b57 commit b5e84de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Orm/Xtensive.Orm.Tests/Issues/IssueGitHub0110_SimpleCommandProcessorOverridesOriginalException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public void MainTest()
142142

143143
_ = theStarter.Set();
144144

145-
while (!task1State.Ended && !task1State.Ended) {
145+
while (!task1State.Ended && !task2State.Ended) {
146146
Thread.Sleep(100);
147147
}
148148

0 commit comments

Comments
 (0)