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

Commit 7a6a5894 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[Test] Extend TIMING_TOLERANCE_MS from 200 to 500" into main am: 80005c58 am: c1c2b0e0

parents 3ed83c51 c1c2b0e0
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"},