From 1162c18d6b0c894cd0a0125e39e2d3322d6370da Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Mon, 4 Oct 2021 18:20:52 -0400 Subject: [PATCH] Increase overall test timeout for nrfconnect. (#10191) The nrfconnect workflow builds 10 example apps. Each of those builds takes 4-5 minutes. That's 40-50 minutes right there. Wither another 1-3 minutes each for container init and checkout, and 5+ minutes for bootstrap, it's fairly common to hit the 60 minute overall timeout. --- .github/workflows/examples-nrfconnect.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/examples-nrfconnect.yaml b/.github/workflows/examples-nrfconnect.yaml index a24bdf93333b99..e09c7b21531dbd 100644 --- a/.github/workflows/examples-nrfconnect.yaml +++ b/.github/workflows/examples-nrfconnect.yaml @@ -25,7 +25,7 @@ concurrency: jobs: nrfconnect: name: nRF Connect SDK - timeout-minutes: 60 + timeout-minutes: 90 env: BUILD_TYPE: nrfconnect