From 823162c4aff8586e11a67928812502b5f90acffa Mon Sep 17 00:00:00 2001 From: Aman Arora Date: Sun, 11 Apr 2021 22:25:35 -0400 Subject: [PATCH] increase time --- tests/test_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_models.py b/tests/test_models.py index e0a81eb4..92f2ed49 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -171,7 +171,7 @@ if 'GITHUB_ACTIONS' in os.environ: # and 'Linux' in platform.system(): EXCLUDE_FEAT_FILTERS += ['*resnext101_32x32d', '*resnext101_32x16d'] -@pytest.mark.timeout(150) +@pytest.mark.timeout(210) @pytest.mark.parametrize('model_name', list_models(exclude_filters=EXCLUDE_FILTERS + EXCLUDE_FEAT_FILTERS)) @pytest.mark.parametrize('batch_size', [1]) def test_model_forward_features(model_name, batch_size):