diff --git a/net/sctp/transport.c b/net/sctp/transport.c
index 4a95e260b674b3dffe2ffc4c54cf9a330dfac18c..445b7ef61677cfdb1172486e432b9bd6a0f853d5 100644
--- a/net/sctp/transport.c
+++ b/net/sctp/transport.c
@@ -637,7 +637,7 @@ unsigned long sctp_transport_timeout(struct sctp_transport *trans)
 	    trans->state != SCTP_PF)
 		timeout += trans->hbinterval;
 
-	return timeout;
+	return max_t(unsigned long, timeout, HZ / 5);
 }
 
 /* Reset transport variables to their initial values */