Skip to content

Commit 90e1f4f

Browse files
committed
chore: increase timout for test workflow
1 parent 7a5b012 commit 90e1f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: python -m pip install --upgrade hatch
5151

5252
- name: Test Python Packages
53-
timeout-minutes: 5
53+
timeout-minutes: 30
5454
run: hatch run test.${{ matrix.robot-version }}:test "--junitxml=test-results/os-${{ matrix.os }}-py-${{ matrix.python-version }}-${{ matrix.robot-version }}/test-results.xml" "--html=test-results/os-${{ matrix.os }}-py-${{ matrix.python-version }}-${{ matrix.robot-version }}//report.html" --self-contained-html
5555

5656
- name: Upload Test Results

0 commit comments

Comments
 (0)