Skip to content

Commit 3e3e6b0

Browse files
committed
reindex tests not setting all waithandles and taking 3 minutes for no good reason
1 parent 020027f commit 3e3e6b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tests/Document/Multiple/Reindex/ReindexApiTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ public void ReturnsExpectedResponse()
9999
onError: (e) => { throw e; },
100100
onCompleted: () => ReindexSingleTypeCompleted(handles)
101101
);
102+
this._reindexSingleTypeResult.Subscribe(singleTypeObserver);
102103

103104

104105
WaitHandle.WaitAll(handles, TimeSpan.FromMinutes(3));

0 commit comments

Comments
 (0)