Skip to content

Commit

Permalink
Generate async files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 8, 2024
1 parent 68378f0 commit 07fd758
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public async Task ProperCopyAsync()
await (tx.CommitAsync());
session.Close();

int waitPeriodMilli = 2 * 1 * 1000 + 10; //wait a bit more than 2 refresh (one master / one slave)
var waitPeriodMilli = TimeSpan.FromSeconds(1.5 * 2); //wait a bit more than 2 refresh (one master / one slave)
await (Task.Delay(waitPeriodMilli));

// assert that the master has indexed the snowstorm
Expand Down

0 comments on commit 07fd758

Please sign in to comment.