Skip to content

Commit 8554088

Browse files
authored
Add timeout to build step of export method.
1 parent a520b8e commit 8554088

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • libcloudforensics/providers/gcp/internal

libcloudforensics/providers/gcp/internal/compute.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,6 +2289,7 @@ def ExportImage(
22892289
build_args = [
22902290
'-source_image={0:s}'.format(self.name),
22912291
'-destination_uri={0:s}'.format(full_path),
2292+
'-timeout=86400s',
22922293
'-client_id=api',
22932294
]
22942295
if image_format:

0 commit comments

Comments
 (0)