Skip to content

Commit f7927ec

Browse files
committed
Remove timeouts for now
1 parent 3c8476e commit f7927ec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
build_linux_python_lib:
2222
name: Build Python wheels for Linux (${{ matrix.arch.name }})
2323
needs: build_prepare
24-
timeout-minutes: 60
2524

2625
strategy:
2726
matrix:
@@ -74,10 +73,8 @@ jobs:
7473
patch -p1 < ../0006-Revert-Python-dependencies.patch
7574
patch -p1 < ../0007-Use-data-as-platform-storage-location.patch
7675
- name: Bootstrap
77-
timeout-minutes: 10
7876
run: scripts/build/gn_bootstrap.sh
7977
- name: Setup Build, Run Build and Run Tests
80-
timeout-minutes: 50
8178
run: |
8279
scripts/build/gn_gen.sh --args=" \
8380
enable_rtti=true \
@@ -91,7 +88,6 @@ jobs:
9188
"
9289
scripts/run_in_build_env.sh "ninja -C ./out chip-repl"
9390
- name: Run Python library specific unit tests
94-
timeout-minutes: 5
9591
run: |
9692
scripts/run_in_build_env.sh 'pip3 install ./out/controller/python/home_assistant_chip_core-${{ needs.build_prepare.outputs.version }}-cp37-abi3-manylinux_2_31_${{ matrix.arch.name }}.whl'
9793
scripts/run_in_build_env.sh 'pip3 install ./out/controller/python/home_assistant_chip_clusters-${{ needs.build_prepare.outputs.version }}-py3-none-any.whl'

0 commit comments

Comments
 (0)