Skip to content

Commit 39f6098

Browse files
committed
bump timeout
1 parent 4e21c55 commit 39f6098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/tasks/dataproc/create_dataproc_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
HAIL_VERSION = hl.version().split('-')[0]
2020
INSTANCE_TYPE = 'n1-highmem-8'
2121
PKGS = '|'.join([x for x in pip_freeze.freeze() if 'hail @' not in x])
22-
TIMEOUT_S = 900
22+
TIMEOUT_S = 1500
2323

2424
logger = get_logger(__name__)
2525

0 commit comments

Comments
 (0)