Skip to content

Commit

Permalink
Adjust walltime of restart tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Nov 7, 2024
1 parent 78eafe4 commit 88afed4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/workchains/example_base_geoopt_restart.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def example_base(cp2k_code):
{
"GLOBAL": {
"RUN_TYPE": "GEO_OPT",
"WALLTIME": "00:00:20", # too short
"WALLTIME": "00:00:25", # too short
},
"FORCE_EVAL": {
"METHOD": "Quickstep",
Expand Down
2 changes: 1 addition & 1 deletion examples/workchains/example_base_md_reftraj_restart.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def example_base(cp2k_code):
"GLOBAL": {
"RUN_TYPE": "MD",
"PRINT_LEVEL": "LOW",
"WALLTIME": 4,
"WALLTIME": 5,
"PROJECT": "aiida",
},
"MOTION": {
Expand Down
2 changes: 1 addition & 1 deletion examples/workchains/example_base_md_restart.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def example_base(cp2k_code):
{
"GLOBAL": {
"RUN_TYPE": "MD",
"WALLTIME": "00:00:20", # too short
"WALLTIME": "00:00:25", # too short
},
"FORCE_EVAL": {
"METHOD": "Quickstep",
Expand Down

0 comments on commit 88afed4

Please sign in to comment.