Skip to content

Commit

Permalink
Merge branch 'featurework/dynamodb-integration-tests' of github.com:n…
Browse files Browse the repository at this point in the history
…ewrelic/newrelic-dotnet-agent into featurework/dynamodb-integration-tests
  • Loading branch information
nr-ahemsath committed Oct 25, 2024
2 parents 75acf4f + fc2a57b commit 0bf363f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public async Task<bool> CreateTableAsync(string name)
var startTime = DateTime.Now;
do
{
Thread.Sleep(sleepDuration);
await Task.Delay(sleepDuration);

var describeTableResponse = await _amazonDynamoDBClient.DescribeTableAsync(request);
status = describeTableResponse.Table.TableStatus;
Expand Down

0 comments on commit 0bf363f

Please sign in to comment.