Skip to content

Commit 89c55e8

Browse files
committed
Increase wait time in partitioned-heat-conduction OpenFOAM solver build to 90s
1 parent a69d8cc commit 89c55e8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • partitioned-heat-conduction

partitioned-heat-conduction/dirichlet-openfoam/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ if ! command -v heatTransfer > /dev/null 2>&1; then
1313
echo "Building the heatTransfer OpenFOAM solver"
1414
wmake ../solver-openfoam/
1515
else
16-
echo "The executable heatTransfer is not found, but the build directory ../solver-openfoam/Make/${WM_OPTIONS} was detected. A build is probably in progress, waiting 60s..."
17-
sleep 60
16+
echo "The executable heatTransfer is not found, but the build directory ../solver-openfoam/Make/${WM_OPTIONS} was detected. A build is probably in progress, waiting 90s..."
17+
sleep 90
1818
if ! command -v heatTransfer > /dev/null 2>&1; then
1919
exit 1
2020
fi

partitioned-heat-conduction/neumann-openfoam/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ if ! command -v heatTransfer > /dev/null 2>&1; then
1313
echo "Building the heatTransfer OpenFOAM solver"
1414
wmake ../solver-openfoam/
1515
else
16-
echo "The executable heatTransfer is not found, but the build directory ../solver-openfoam/Make/${WM_OPTIONS} was detected. A build is probably in progress, waiting 60s..."
17-
sleep 60
16+
echo "The executable heatTransfer is not found, but the build directory ../solver-openfoam/Make/${WM_OPTIONS} was detected. A build is probably in progress, waiting 90s..."
17+
sleep 90
1818
if ! command -v heatTransfer > /dev/null 2>&1; then
1919
exit 1
2020
fi

0 commit comments

Comments
 (0)