Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Apr 21, 2024
1 parent ff248cc commit 14bbd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/TestCommon/Generic/GenericDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ protected virtual async Task CreateDatabaseFromConnectionString(string db, strin

using (new TransactionScope(TransactionScopeOption.Suppress, TransactionScopeAsyncFlowOption.Enabled))
{
for (var i = 0; i < 5; i++)
for (var i = 0; i < 10; i++)
{
try
{
Expand Down

0 comments on commit 14bbd94

Please sign in to comment.