Skip to content
Snippets Groups Projects
Commit c440d96e authored by Chris Hines's avatar Chris Hines
Browse files

increase timeouts to see if it stops random disconnects

parent e8187441
No related branches found
No related tags found
4 merge requests!77Revert "disable agressive kill and restart",!35Dev,!32Test,!31Dev
Pipeline #10776 passed
...@@ -6,7 +6,7 @@ TES = 'http://localhost:8080/' ...@@ -6,7 +6,7 @@ TES = 'http://localhost:8080/'
failthresh = 10 failthresh = 10
class TWSProxy(threading.Thread): class TWSProxy(threading.Thread):
TIMEOUT = 10 TIMEOUT = 900
AUTHTIMEOUT = 60 AUTHTIMEOUT = 60
MAXBUFF = 8192 MAXBUFF = 8192
MAXHEADERS = 8192 MAXHEADERS = 8192
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment