Skip to content

Commit

Permalink
CI: Extend pyaedt testing timeout linux (#821)
Browse files Browse the repository at this point in the history
* CI: Fix pyaedt test in linux

* CI: Extend timout for pyaedt tests on linux
  • Loading branch information
SMoraisAnsys authored Sep 26, 2024
1 parent 2911214 commit 8abe708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ jobs:
with:
max_attempts: 3
retry_on: error
timeout_minutes: 40
timeout_minutes: 50
command: |
export LD_LIBRARY_PATH=${{ env.ANSYSEM_ROOT242 }}/common/mono/Linux64/lib64:${{ env.ANSYSEM_ROOT242 }}/Delcross:$LD_LIBRARY_PATH
. .venv/bin/activate
Expand All @@ -352,7 +352,7 @@ jobs:
with:
max_attempts: 3
retry_on: error
timeout_minutes: 40
timeout_minutes: 50
command: |
export LD_LIBRARY_PATH=${{ env.ANSYSEM_ROOT242 }}/common/mono/Linux64/lib64:${{ env.ANSYSEM_ROOT242 }}/Delcross:$LD_LIBRARY_PATH
. .venv/bin/activate
Expand Down

0 comments on commit 8abe708

Please sign in to comment.