Skip to content

Commit af18f58

Browse files
author
Hui Wang
committed
Change default compile model max run to 15 mins
1 parent 934fd90 commit af18f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def compile_model(
476476
output_path,
477477
framework=None,
478478
framework_version=None,
479-
compile_max_run=5 * 60,
479+
compile_max_run=15 * 60,
480480
tags=None,
481481
**kwargs
482482
):

0 commit comments

Comments
 (0)