Skip to content

Commit 778f9c3

Browse files
committed
updates test (increasing duration for Berkeley)
1 parent c890143 commit 778f9c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/run_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ fi
116116
if [ "${TESTDIR}" == "EXAMPLES/global_small" ]; then
117117
sed -i "s:^RECORD_LENGTH_IN_MINUTES .*:RECORD_LENGTH_IN_MINUTES = 0.1:" DATA/Par_file
118118
fi
119+
if [ "${TESTDIR}" == "EXAMPLES/regional_Berkeley" ]; then
120+
sed -i "s:^RECORD_LENGTH_IN_MINUTES .*:RECORD_LENGTH_IN_MINUTES = 4.0:" DATA/Par_file # needs increase due to source time function
121+
fi
119122

120123
# debug
121124
if [ "${DEBUG}" == "true" ]; then

0 commit comments

Comments
 (0)