Skip to content

Commit

Permalink
timeout time increased
Browse files Browse the repository at this point in the history
  • Loading branch information
vishallmaurya committed Aug 18, 2024
1 parent 22747aa commit dbdb651
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ run-name: running tests for veda
jobs:
build-linux:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
python-version: [3.9, 3.10, 3.11]
Expand All @@ -33,6 +34,7 @@ jobs:

build-windows:
runs-on: windows-latest
timeout-minutes: 30
strategy:
matrix:
python-version: [3.9, 3.10, 3.11]
Expand Down

0 comments on commit dbdb651

Please sign in to comment.