diff --git a/src/calls.rs b/src/calls.rs index da5ad0a1b..d00f86d86 100644 --- a/src/calls.rs +++ b/src/calls.rs @@ -33,7 +33,7 @@ use tokio::time::sleep; /// /// For the caller, this means they should also not wait longer, /// as the callee won't start the call afterwards. -const RINGING_SECONDS: i64 = 60; +const RINGING_SECONDS: i64 = 120; // For persisting parameters in the call, we use Param::Arg*