Skip to content

Commit ffe5e43

Browse files
author
David Cavazos
committed
fix timeout
1 parent 4bbaf22 commit ffe5e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ jobs:
8787
export_to_environment: true
8888
- name: 🛠️ Test ${{ matrix.path }}
8989
run: |
90-
timeout ${{ fromJson(env.CI_SETUP).timeout }} \
90+
timeout ${{ fromJson(env.CI_SETUP).timeout-minutes }}m \
9191
make test dir=${{ matrix.path }}

0 commit comments

Comments
 (0)