From f3197faf393a1971db3bf62bc04db19d8b98f922 Mon Sep 17 00:00:00 2001 From: Idan Horowitz Date: Sat, 26 Jun 2021 14:40:59 +0300 Subject: [PATCH] CI: Increase the on-target tests timeout to 60 minutes from 30 minutes This should help reduce the random test failures due to timeouts on slower github actions runners. --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c6d9a9ce90..530d180341 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -163,7 +163,7 @@ jobs: exit 1 fi echo "::endgroup::" - timeout-minutes: 30 + timeout-minutes: 60 - name: Print Target Logs # Extremely useful if Serenity hangs trying to run one of the tests