Browse Source

fixed nma timeout

master
Robin Thoni 8 years ago
parent
commit
4522d6a770
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bash/bash_preexec_hooks

+ 1
- 1
bash/bash_preexec_hooks View File

@@ -1,6 +1,6 @@
1 1
 #! /usr/bin/env bash
2 2
 
3
-export __BASH_HOOKS_TIMEOUT__=10
3
+export __BASH_HOOKS_TIMEOUT__=60
4 4
 
5 5
 export __BASH_HOOKS_COMMAND__=
6 6
 export __BASH_HOOKS_TIME__=

Loading…
Cancel
Save