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

Commit e295aeea authored by Mike Yu's avatar Mike Yu Committed by Gerrit Code Review
Browse files

Merge "Test: Loose the check of DNS query time in ConnectTlsServerTimeout"

parents f25e363d 7eb4a191
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4627,7 +4627,7 @@ TEST_F(ResolverTest, ConnectTlsServerTimeout) {
        EXPECT_EQ(1U, GetNumQueries(dns, hostname2));
        EXPECT_EQ(records.at(1).addr, ToString(result));

        EXPECT_LE(timeTakenMs, 200);
        EXPECT_LE(timeTakenMs, 1000);
    }

    // TODO: Remove it after b/254186357 is clarified.