diff --git a/executor/app/src/compute_horde_executor/executor/management/commands/run_executor.py b/executor/app/src/compute_horde_executor/executor/management/commands/run_executor.py index 27aafed2a..de2f81992 100644 --- a/executor/app/src/compute_horde_executor/executor/management/commands/run_executor.py +++ b/executor/app/src/compute_horde_executor/executor/management/commands/run_executor.py @@ -59,7 +59,7 @@ MAX_RESULT_SIZE_IN_RESPONSE = 1000 TRUNCATED_RESPONSE_PREFIX_LEN = 100 TRUNCATED_RESPONSE_SUFFIX_LEN = 100 -INPUT_VOLUME_UNPACK_TIMEOUT_SECONDS = 300 +INPUT_VOLUME_UNPACK_TIMEOUT_SECONDS = 3000 CVE_2022_0492_IMAGE = ( "us-central1-docker.pkg.dev/twistlock-secresearch/public/can-ctr-escape-cve-2022-0492:latest" )