From 9e2e9844b389193d6928448ae205f9966adf9c7c Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Thu, 13 Jan 2022 11:12:05 -0800 Subject: [PATCH] Uptime timeout --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 21d232c37fa90b..db87f0a732fb3b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -135,7 +135,7 @@ jobs: .environment/gn_out/.ninja_log .environment/pigweed-venv/*.log - name: Setup and Build Simulated Device - timeout-minutes: 5 + timeout-minutes: 10 run: | BUILD_TYPE=simulated GN_ARGS='chip_tests_zap_config="app1" chip_project_config_include_dirs=["../../examples/placeholder/linux/apps/app1/include", "../../config/standalone"] chip_config_network_layer_ble=false'