fix: bump analyze timeout to 300s for 87 GB+ disk images
This commit is contained in:
parent
71792756ea
commit
ebe175afcf
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ from typing import Optional
|
|||
|
||||
BACKEND_URL = os.getenv("BACKEND_URL", "http://10.2.0.2:9000")
|
||||
TIMEOUT = 30
|
||||
ANALYZE_TIMEOUT = 120 # guestfish needs time to probe large disk images
|
||||
ANALYZE_TIMEOUT = 300 # guestfish needs time to probe large disk images
|
||||
|
||||
|
||||
class ApiError(Exception):
|
||||
|
|
|
|||
Loading…
Reference in a new issue