Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78b19277 authored by Mike Yu's avatar Mike Yu Committed by Automerger Merge Worker
Browse files

Fix flaky test MultipleDotQueriesInOnePacket am: 341bdae5

Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1756169

Change-Id: Ie49d2979dfd2f31c9d040fb432aa8f998c7e4347
parents b226923e 341bdae5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6010,7 +6010,7 @@ TEST_F(ResolverTest, MultipleDotQueriesInOnePacket) {
    threads[1].join();

    // Also check no additional queries due to DoT reconnection.
    EXPECT_EQ(tls.queries(), 2);
    EXPECT_TRUE(tls.waitForQueries(2));
}

TEST_F(ResolverTest, MdnsGetHostByName) {