Skip to content

Commit 5d139d5

Browse files
committed
Revert "ci pycall: increase timeout"
This reverts commit 303adeb. The current timeout is enough. It seems that tests got stuck.
1 parent 303adeb commit 5d139d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pycall.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
needs: ruby-versions
1717
name: ${{ matrix.os }}/${{ matrix.ruby }}/${{ matrix.python }}-${{ matrix.python_architecture }}
1818
runs-on: ${{ matrix.os }}
19-
timeout-minutes: 15
19+
timeout-minutes: 10
2020

2121
strategy:
2222
fail-fast: false

0 commit comments

Comments
 (0)