Skip to content

Commit 875220e

Browse files
committed
IssueGitHub0110 test: Fix Race condition
1 parent b8c58f7 commit 875220e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)