Skip to content

Commit adead35

Browse files
Update ChooseRepositoryViewModelTests.cs
1 parent 3ff4d5f commit adead35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Arius.Explorer.Tests/ChooseRepository/ChooseRepositoryViewModelTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public async Task OpenRepositoryCommand_WhenExecutedWithValidInputFields_Initial
120120
viewModel.LocalDirectoryPath = "C:/data";
121121
viewModel.AccountName = "account";
122122
viewModel.AccountKey = "secret-key";
123-
await Task.Delay(250); //flaky test shizzle
123+
await Task.Delay(1000); //flaky test shizzle
124124
await Task.Yield();
125125
await WaitForDebouncerAsync(() => !viewModel.IsLoading); // Wait for the OnStorageAccountCredentialsChanged to complete
126126
viewModel.ContainerName = "container";

0 commit comments

Comments
 (0)