We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e117f8 commit 93985b1Copy full SHA for 93985b1
src/test/Hangfire.Storage.SQLite.Test/SQLiteDistributedLockFacts.cs
@@ -165,7 +165,7 @@ public void Ctor_WaitForLock_OnlySingleLockCanBeAcquired()
165
166
manualResetEvent.Set();
167
168
- threads.ForEach(t => Assert.True(t.Join(TimeSpan.FromMinutes(1)), "Thread is hanging unexpected"));
+ threads.ForEach(t => Assert.True(t.Join(TimeSpan.FromSeconds(90)), "Thread is hanging unexpected"));
169
170
// All the threads should report success.
171
Interlocked.MemoryBarrier();
0 commit comments