Skip to content

Commit 378eb8f

Browse files
authored
Merge branch 'master' into master
2 parents 937f704 + fe5acbf commit 378eb8f

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

3636
@pytest.mark.continuous_testing
3737
def test_cifar(sagemaker_session, tf_full_version):
38-
with timeout(minutes=20):
38+
with timeout(minutes=45):
3939
script_path = os.path.join(DATA_DIR, 'cifar_10', 'source')
4040

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

0 commit comments

Comments
 (0)