From 1ed4a0758c54355f76638302864e6778050e69d6 Mon Sep 17 00:00:00 2001 From: "Anuththara Gamage(Anu)" <90089876+ANUGAMAGE@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:08:49 +0530 Subject: [PATCH] Update gromacs_installation.yml --- .github/workflows/gromacs_installation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gromacs_installation.yml b/.github/workflows/gromacs_installation.yml index 0d954d4..c1882f0 100644 --- a/.github/workflows/gromacs_installation.yml +++ b/.github/workflows/gromacs_installation.yml @@ -6,7 +6,7 @@ on: jobs: simulate: runs-on: ubuntu-latest - timeout-minutes: 300 # Increased timeout to 300 minutes + timeout-minutes: 240 steps: - name: Checkout source @@ -29,7 +29,7 @@ jobs: cmake .. -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON make # Exclude the problematic test - ctest -j $(nproc) -E MdrunTestsTwoRanks + ctest -j $(nproc) -E MdrunTestsTwoRanks --rerun-failed --output-on-failure sudo make install echo 'source /usr/local/gromacs/bin/GMXRC' >> $HOME/.bashrc source $HOME/.bashrc