From 4c57e681166f37b8ce15416837a38d51d400696f Mon Sep 17 00:00:00 2001 From: Jason Landini Date: Wed, 30 Oct 2024 10:56:18 -0400 Subject: [PATCH] adding 120 time limit for entire linux CI and 60 for the automatic test step --- .github/workflows/linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index aedc0d2e9..deb3271da 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -26,6 +26,7 @@ permissions: jobs: CI-Linux: runs-on: [ubuntu-22.04] + timeout-minutes: 120 container: image: dealii/dealii:v9.6.0-jammy @@ -41,6 +42,7 @@ jobs: make -j $(nproc) - name: Run PRISMS-PF tests + timeout-minutes: 60 run: | export OMPI_ALLOW_RUN_AS_ROOT=1 export OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1