Skip to content

Commit 93985b1

Browse files
committed
Fix Testing...
1 parent 6e117f8 commit 93985b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/Hangfire.Storage.SQLite.Test/SQLiteDistributedLockFacts.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public void Ctor_WaitForLock_OnlySingleLockCanBeAcquired()
165165

166166
manualResetEvent.Set();
167167

168-
threads.ForEach(t => Assert.True(t.Join(TimeSpan.FromMinutes(1)), "Thread is hanging unexpected"));
168+
threads.ForEach(t => Assert.True(t.Join(TimeSpan.FromSeconds(90)), "Thread is hanging unexpected"));
169169

170170
// All the threads should report success.
171171
Interlocked.MemoryBarrier();

0 commit comments

Comments
 (0)