From 244bb1d2d667a02ff1415f7d9d21e01182cf3cf7 Mon Sep 17 00:00:00 2001 From: maxcapodi78 Date: Sat, 30 Sep 2023 08:27:06 +0200 Subject: [PATCH] manually changed timeout --- .github/workflows/full_documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/full_documentation.yml b/.github/workflows/full_documentation.yml index 4ca9c9ab16c..82ee5348a06 100644 --- a/.github/workflows/full_documentation.yml +++ b/.github/workflows/full_documentation.yml @@ -34,6 +34,7 @@ jobs: # The type of runner that the job will run on name: full_documentation runs-on: [windows-latest, pyaedt] + timeout-minutes: 600 strategy: matrix: python-version: ['3.10']