Skip to content

Commit d0e68c6

Browse files
committed
For the case of the 1 second sleep, the test will fail before the sleep.
1 parent b5d521f commit d0e68c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testing/ext/discovery.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ TEST_CASE("resolve multiple streams", "[resolver][basic]") {
1313
for (int i = 0; i < n; i++)
1414
outlets.emplace_back(lsl::stream_info("resolvetest_" + std::to_string(i), "Resolve"));
1515
auto found_stream_info = lsl::resolve_stream("type", "Resolve", n, 2.0);
16-
REQUIRE(found_stream_info.size() == n);
1716

1817
// Allow the resolver a bit more time in case the first resolve wave was too fast
1918
std::this_thread::sleep_for(std::chrono::seconds(1));

0 commit comments

Comments
 (0)