increase burp2 timeout (closes #135)

This commit is contained in:
ziirish 2016-06-15 15:07:52 +02:00
parent fe26d7988a
commit a16838fbd1
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ G_STRIPBIN = u'/usr/sbin/vss_strip'
G_BURPCONFCLI = u'/etc/burp/burp.conf'
G_BURPCONFSRV = u'/etc/burp/burp-server.conf'
G_TMPDIR = u'/tmp/bui'
G_TIMEOUT = 5
G_TIMEOUT = 15
G_ZIP64 = False
G_INCLUDES = [u'/etc/burp']
G_ENFORCE = False

View file

@ -69,4 +69,4 @@ zip64: false
## temporary directory to use for restoration
#tmpdir: /tmp/bui
## how many time to wait for the monitor to answer (in seconds)
#timeout: 5
#timeout: 15

View file

@ -111,7 +111,7 @@ zip64: false
## temporary directory to use for restoration
#tmpdir: /tmp/bui
## how many time to wait for the monitor to answer (in seconds)
#timeout: 5
#timeout: 15
## ldapauth specific options
#[LDAP]