Skip to content

Commit

Permalink
Increase the allowed build time for the Setup Build, Run Build and Ru…
Browse files Browse the repository at this point in the history
…n tests task of Build / Build on Darwin (clang, python_lib, simulated) by 10 minutes
  • Loading branch information
vivien-apple committed Apr 21, 2022
1 parent 206590a commit 6a737dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ jobs:
CHIP_ROOT_PATH="$CHIP_ROOT_PATH" BUILD_TYPE="$BUILD_TYPE" scripts/build/gn_gen.sh --args="$GN_ARGS"
scripts/run_in_build_env.sh "ninja -C ./out/$BUILD_TYPE"
- name: Setup Build, Run Build and Run Tests
timeout-minutes: 120
timeout-minutes: 130
run: |
for BUILD_TYPE in default python_lib; do
case $BUILD_TYPE in
Expand Down

0 comments on commit 6a737dd

Please sign in to comment.