Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 68c58f9

Browse files
committed
Why is this failing on CI???
1 parent 9a03e88 commit 68c58f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnitTests/GitHub.App/ViewModels/RepositoryCloneViewModelTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public async Task IsFalseWhenLoadingAndCompletedWithRepository()
162162
repoSubject.OnCompleted();
163163

164164
await col.OriginalCompleted;
165-
165+
await Task.Delay(100);
166166
Assert.Equal(1, vm.Repositories.Count);
167167
Assert.False(vm.NoRepositoriesFound);
168168
}

0 commit comments

Comments
 (0)