JirkaB commited on
Commit
5c73caa
1 Parent(s): e8b7b86
Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +1 -0
.github/workflows/ci-testing.yml CHANGED
@@ -15,6 +15,7 @@ jobs:
15
  yolo5-model: ["yolov5s", "yolov5m", "yolov5l", "yolov5x"]
16
 
17
  # Timeout: https://stackoverflow.com/a/59076067/4521646
 
18
  steps:
19
  - uses: actions/checkout@v2
20
  - name: Set up Python ${{ matrix.python-version }}
 
15
  yolo5-model: ["yolov5s", "yolov5m", "yolov5l", "yolov5x"]
16
 
17
  # Timeout: https://stackoverflow.com/a/59076067/4521646
18
+ timeout-minutes: 50
19
  steps:
20
  - uses: actions/checkout@v2
21
  - name: Set up Python ${{ matrix.python-version }}