Skip to content

Commit 8ab80d9

Browse files
committed
Fix test once again
1 parent 2570db6 commit 8ab80d9

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 && !task2State.Ended) {
145+
while (!task1State.Ended || !task2State.Ended) {
146146
Thread.Sleep(100);
147147
}
148148

0 commit comments

Comments
 (0)