Skip to content

Commit 8a24112

Browse files
authored
Merge branch 'master' into add_vpc
2 parents 3871a0a + 3ae15a6 commit 8a24112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_tf_cifar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_cifar(sagemaker_session, tf_full_version):
4343
estimator = TensorFlow(entry_point='resnet_cifar_10.py', source_dir=script_path, role='SageMakerRole',
4444
framework_version=tf_full_version, training_steps=500, evaluation_steps=5,
4545
train_instance_count=2, train_instance_type='ml.p2.xlarge',
46-
sagemaker_session=sagemaker_session, train_max_run=20 * 60,
46+
sagemaker_session=sagemaker_session, train_max_run=45 * 60,
4747
base_job_name='test-cifar')
4848

4949
inputs = estimator.sagemaker_session.upload_data(path=dataset_path, key_prefix='data/cifar10')

0 commit comments

Comments
 (0)