Skip to content

Commit

Permalink
Merge pull request #635 from roboflow/increase-timeout-for-test_packa…
Browse files Browse the repository at this point in the history
…ge_instal_inference_with_extras-workflow

Increase timeout to 30 minutes for .github/workflows/test_package_install_inference_with_extras.yml
  • Loading branch information
grzegorz-roboflow committed Sep 6, 2024
2 parents 297d420 + 1a95f46 commit 97445aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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"
python -c "from inference.models.yolo_world import YOLOWorld"

0 comments on commit 97445aa

Please sign in to comment.