Skip to content

Commit 038bc9e

Browse files
authored
Increase timeout limit to 20 minutes for tf_cifar test to avoid tests timing out using tf 1.6.0 (aws#129)
1 parent f3eae63 commit 038bc9e

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
@@ -31,7 +31,7 @@ def __call__(self, data):
3131

3232

3333
def test_cifar(sagemaker_session, tf_full_version):
34-
with timeout(minutes=15):
34+
with timeout(minutes=20):
3535
script_path = os.path.join(DATA_DIR, 'cifar_10', 'source')
3636

3737
dataset_path = os.path.join(DATA_DIR, 'cifar_10', 'data')

0 commit comments

Comments
 (0)