Skip to content

Commit 45b71af

Browse files
committed
Increase waiting delay
1 parent d35210b commit 45b71af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate.Test/UtilityTest/AsyncReaderWriterLockFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace NHibernate.Test.UtilityTest
88
{
99
public partial class AsyncReaderWriterLockFixture
1010
{
11-
private readonly int _delay = 10;
11+
private readonly int _delay = 50;
1212

1313
[Test]
1414
public void TestBlocking()

0 commit comments

Comments
 (0)