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

Commit 80005c58 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "[Test] Extend TIMING_TOLERANCE_MS from 200 to 500" into main

parents d6b2e5bf 4bfe3243
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4833,7 +4833,7 @@ TEST_F(ResolverTest, ConnectTlsServerTimeout_ConcurrentQueries) {
// DOT_SERVER_UNRESPONSIVE_TIME_MS, DoT queries should timeout.
TEST_F(ResolverTest, QueryTlsServerTimeout) {
    constexpr int DOT_SERVER_UNRESPONSIVE_TIME_MS = 2000;
    constexpr int TIMING_TOLERANCE_MS = 200;
    constexpr int TIMING_TOLERANCE_MS = 500;
    constexpr char hostname1[] = "query1.example.com.";
    const std::vector<DnsRecord> records = {
            {hostname1, ns_type::ns_t_a, "1.2.3.4"},