Skip to content

Commit

Permalink
Fixes loading model customize earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Dec 6, 2023
1 parent 4d70147 commit 68742fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CIME/tests/scripts_regression_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
from CIME.provenance import get_test_success, save_test_success
from CIME import utils
from CIME.tests.base import BaseTestCase
from CIME.config import Config

os.environ["CIME_GLOBAL_WALLTIME"] = "0:05:00"

Expand Down Expand Up @@ -151,6 +152,9 @@ def configure_tests(
):
config = CIME.utils.get_cime_config()

customize_path = os.path.join(utils.get_src_root(), "cime_config", "customize")
Config.load(customize_path)

if timeout:
BaseTestCase.GLOBAL_TIMEOUT = str(timeout)

Expand Down

0 comments on commit 68742fa

Please sign in to comment.