Skip to content

Commit

Permalink
fix timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcavazos committed Jan 16, 2025
1 parent 4bbaf22 commit ffe5e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ jobs:
export_to_environment: true
- name: 🛠️ Test ${{ matrix.path }}
run: |
timeout ${{ fromJson(env.CI_SETUP).timeout }} \
timeout ${{ fromJson(env.CI_SETUP).timeout-minutes }}m \
make test dir=${{ matrix.path }}

0 comments on commit ffe5e43

Please sign in to comment.