From bc0f9fae3e2d2fa222caeb45e017be6a81e66323 Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Wed, 29 Jan 2025 12:45:59 +0100 Subject: [PATCH] ci: Remove timeout for GitHub CI job for ClangCL --- .github/workflows/per_commit.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/per_commit.yml b/.github/workflows/per_commit.yml index fcb680332..6eb8d71ef 100644 --- a/.github/workflows/per_commit.yml +++ b/.github/workflows/per_commit.yml @@ -196,7 +196,7 @@ jobs: - name: Run tests and examples if: env.cache_misses != '0' run: ./test.py --no-build - Windows_Visual_Studio: # disable until remaining issues are not fixed and find a way to cache compilation artifacts + Windows_Visual_Studio: runs-on: windows-latest defaults: run: @@ -215,7 +215,6 @@ jobs: python ns3 build - name: Run tests and examples continue-on-error: true - timeout-minutes: 60 run: | set PATH=%CD%\build;%PATH% python .\test.py --no-build