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 f3eae63 commit 038bc9eCopy full SHA for 038bc9e
tests/integ/test_tf_cifar.py
@@ -31,7 +31,7 @@ def __call__(self, data):
31
32
33
def test_cifar(sagemaker_session, tf_full_version):
34
- with timeout(minutes=15):
+ with timeout(minutes=20):
35
script_path = os.path.join(DATA_DIR, 'cifar_10', 'source')
36
37
dataset_path = os.path.join(DATA_DIR, 'cifar_10', 'data')
0 commit comments