Skip to content

Commit

Permalink
Fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
felixclase committed Dec 23, 2019
1 parent 76ecf2a commit 47f190d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public void Ctor_WaitForLock_OnlySingleLockCanBeAcquired()

manualResetEvent.Set();

threads.ForEach(t => Assert.True(t.Join(TimeSpan.FromMinutes(90)), "Thread is hanging unexpected"));
threads.ForEach(t => Assert.True(t.Join(TimeSpan.FromSeconds(120)), "Thread is hanging unexpected"));

// All the threads should report success.
Interlocked.MemoryBarrier();
Expand Down

0 comments on commit 47f190d

Please sign in to comment.