Undone server's closing timeout, even though I think 60 is too much
This commit is contained in:
parent
818aae3a2c
commit
49904d0cb0
|
@ -179,7 +179,7 @@ class HTTPServer(threading.Thread):
|
|||
|
||||
self._stopped = True
|
||||
|
||||
def stop(self, timeout=5):
|
||||
def stop(self, timeout=60):
|
||||
self._stopped = True
|
||||
self.join(timeout)
|
||||
|
||||
|
|
Loading…
Reference in New Issue