From 1a95f46ad93c0595524147fca144893eb3d47981 Mon Sep 17 00:00:00 2001 From: Grzegorz Klimaszewski <166530809+grzegorz-roboflow@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:58:58 +0200 Subject: [PATCH] Increase timeout to 30 minutes for .github/workflows/test_package_install_inference_with_extras.yml --- .../workflows/test_package_install_inference_with_extras.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_package_install_inference_with_extras.yml b/.github/workflows/test_package_install_inference_with_extras.yml index b31fd2fea..daf8e34bb 100644 --- a/.github/workflows/test_package_install_inference_with_extras.yml +++ b/.github/workflows/test_package_install_inference_with_extras.yml @@ -14,7 +14,7 @@ jobs: build: runs-on: group: group8core - timeout-minutes: 15 + timeout-minutes: 30 strategy: matrix: python-version: ["3.8", "3.9", "3.10", "3.11"] @@ -46,4 +46,4 @@ jobs: python -c "from inference.models.gaze import Gaze" python -c "from inference.models.sam import SegmentAnything" python -c "from inference.models.grounding_dino import GroundingDINO" - python -c "from inference.models.yolo_world import YOLOWorld" \ No newline at end of file + python -c "from inference.models.yolo_world import YOLOWorld"