We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d158c commit 9a396deCopy full SHA for 9a396de
tests/integ/sagemaker/jumpstart/retrieve_uri/training.py
@@ -103,7 +103,7 @@ def create_training_job(self) -> None:
103
"HyperParameters": get_full_hyperparameters(
104
self.hyperparameters, self.training_job_name, self.model_uri
105
),
106
- "StoppingCondition": {"MaxRuntimeInSeconds": 360000},
+ "StoppingCondition": {"MaxRuntimeInSeconds": 86400},
107
"InputDataConfig": [
108
{
109
"ChannelName": "training",
0 commit comments