Skip to content

Commit fe5acbf

Browse files
andremoelleryangaws
authored andcommitted
increase timeout in cifar test (aws#309)
1 parent 789ec37 commit fe5acbf

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)