Skip to content

Commit 9ee72b1

Browse files
maca88fredericDelaporte
authored andcommitted
Increase waiting delay
1 parent c3a3176 commit 9ee72b1

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)