diff --git a/test/mtproto.cpp b/test/mtproto.cpp index 8c8d7eca0..d9fb32ad0 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_) {