Skip to content

Commit 71bc06c

Browse files
fix test
1 parent 98f8c48 commit 71bc06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ydb.Sdk/test/Ydb.Sdk.Ado.Tests/YdbDataSourceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public async Task ExecuteInTransactionAsync_WhenTLI_ThenRetriesUntilSuccess(int
233233
CommandText = $"UPDATE {tableName} SET count = @count + 1 WHERE id = 1",
234234
Parameters = { new YdbParameter { Value = count, ParameterName = "count" } }
235235
}.ExecuteNonQueryAsync();
236-
}));
236+
}, new YdbRetryPolicyConfig { FastBackoffBaseMs = 20 }));
237237
}
238238

239239
await Task.WhenAll(tasks);

0 commit comments

Comments
 (0)