Skip to content

Commit

Permalink
Extend time-out limit (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Jul 11, 2024
1 parent 55dfcf5 commit 99c91b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
runs-on:
group: phoenix
labels: gt
timeout-minutes: 1400
env:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
if: github.repository == 'MFlowCode/MFC' && needs.file-changes.outputs.checkall == 'true'
needs: file-changes
continue-on-error: true
timeout-minutes: 1400
strategy:
matrix:
device: ['cpu', 'gpu']
Expand Down
2 changes: 1 addition & 1 deletion src/pre_process/m_check_ib_patches.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module m_check_ib_patches
! Dependencies =============================================================
use m_derived_types !< Definitions of the derived types

use m_global_parameters !< Global parameters for the code
use m_global_parameters !< Global parameters

use m_mpi_proxy !< Message passing interface (MPI) module proxy

Expand Down

0 comments on commit 99c91b8

Please sign in to comment.