Skip to content

Commit 07a0387

Browse files
committed
Increase timeout in BulkManipulation.IncrementTimestampVersion test
1 parent 0757ca1 commit 07a0387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate.Test/Hql/Ast/BulkManipulation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ public void IncrementTimestampVersion()
431431

432432
DateTime initialVersion = entity.Version;
433433

434-
Thread.Sleep(300);
434+
Thread.Sleep(1300);
435435

436436
s = OpenSession();
437437
t = s.BeginTransaction();

0 commit comments

Comments
 (0)