We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff4d5f commit adead35Copy full SHA for adead35
src/Arius.Explorer.Tests/ChooseRepository/ChooseRepositoryViewModelTests.cs
@@ -120,7 +120,7 @@ public async Task OpenRepositoryCommand_WhenExecutedWithValidInputFields_Initial
120
viewModel.LocalDirectoryPath = "C:/data";
121
viewModel.AccountName = "account";
122
viewModel.AccountKey = "secret-key";
123
- await Task.Delay(250); //flaky test shizzle
+ await Task.Delay(1000); //flaky test shizzle
124
await Task.Yield();
125
await WaitForDebouncerAsync(() => !viewModel.IsLoading); // Wait for the OnStorageAccountCredentialsChanged to complete
126
viewModel.ContainerName = "container";
0 commit comments