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 789ec37 commit fe5acbfCopy full SHA for fe5acbf
tests/integ/test_tf_cifar.py
@@ -35,7 +35,7 @@ def __call__(self, data):
35
36
@pytest.mark.continuous_testing
37
def test_cifar(sagemaker_session, tf_full_version):
38
- with timeout(minutes=20):
+ with timeout(minutes=45):
39
script_path = os.path.join(DATA_DIR, 'cifar_10', 'source')
40
41
dataset_path = os.path.join(DATA_DIR, 'cifar_10', 'data')
0 commit comments