Skip to content

Commit

Permalink
lock: set lock timeout to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Jun 17, 2015
1 parent e17f7b8 commit 742d8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/xss-lock
@@ -1,7 +1,7 @@
#!/bin/bash

me="$(readlink -f "$0")"
timeout=240
timeout=300
notify=10

case "$1" in
Expand Down

0 comments on commit 742d8dd

Please sign in to comment.