mirror of
https://github.com/dobin/avred
synced 2026-06-08 13:54:13 +00:00
fix: increase timeout again
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ class ScannerRest(Scanner):
|
||||
def scan(self, data, filename):
|
||||
params = { 'filename': filename }
|
||||
|
||||
res = req.post(f"{self.scanner_path}/scan", params=params, data=data, timeout=3)
|
||||
res = req.post(f"{self.scanner_path}/scan", params=params, data=data, timeout=10)
|
||||
jsonRes = res.json()
|
||||
|
||||
if res.status_code != 200:
|
||||
|
||||
Reference in New Issue
Block a user