From 8853c37fe2871771e1ef9ce71f670587fe2f7444 Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 22 Jul 2019 06:37:26 +0300 Subject: [PATCH] Do not create persistent key in test. GitOrigin-RevId: cbcd632b0d10b1b3ed09aa3e24286e1517eaaec7 --- test/mtproto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mtproto.cpp b/test/mtproto.cpp index 8c8d7eca..d9fb32ad 100644 --- a/test/mtproto.cpp +++ b/test/mtproto.cpp @@ -314,7 +314,7 @@ class HandshakeTestActor : public Actor { mtproto::TransportType{mtproto::TransportType::Tcp, 0, mtproto::ProxySecret()}, nullptr); } if (!wait_for_handshake_ && !handshake_) { - handshake_ = make_unique(dc_id_, 0); + handshake_ = make_unique(dc_id_, 3600); } if (raw_connection_ && handshake_) { if (wait_for_result_) {