Skip to content

Commit

Permalink
increase test sleep time to avoid early timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
alperaltuntas committed Dec 8, 2024
1 parent 7f36da0 commit d24b693
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/3_system/test_custom_mom6_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def test_custom_mom6_grid():
safe_create_case(cime.srcroot, case_creator)

# sleep for a bit to allow the case to be created
time.sleep(5)
time.sleep(15)

# remove mom6_bathy notebook belonging to the test_grid:
os.remove(nb_path)
Expand Down
2 changes: 1 addition & 1 deletion tests/3_system/test_f2000_custom_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def construct_custom_res_from_std_grids(cime):
safe_create_case(cime.srcroot, case_creator)

# sleep for a bit to allow the case to be created
time.sleep(9)
time.sleep(15)

# remove the caseroot directory
shutil.rmtree(temp_case_path)
Expand Down
2 changes: 1 addition & 1 deletion tests/3_system/test_fhist_custom_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def construct_custom_res_from_std_grids(cime):
safe_create_case(cime.srcroot, case_creator)

# sleep for a bit to allow the case to be created
time.sleep(9)
time.sleep(15)

# remove the caseroot directory
shutil.rmtree(temp_case_path)
Expand Down

0 comments on commit d24b693

Please sign in to comment.