Variable: sql-login-delay

sql-login-delay is a variable defined in sql.el.gz.

Value

7.5

Documentation

Maximum number of seconds you are willing to wait for a login connection.

Probably introduced at or before Emacs version 24.4.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
(defvar sql-login-delay 7.5 ;; Secs
  "Maximum number of seconds you are willing to wait for a login connection.")