Skip to content

Commit

Permalink
increase time limit for pdos workchain
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Jul 11, 2022
1 parent 6814814 commit fa62d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdos/pdos_workchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def run_overlap(self):

inputs['metadata']['options'] = {
"resources": {"num_machines": n_machines},
"max_wallclock_seconds": 10600,
"max_wallclock_seconds": 86400,
}

settings = Dict(dict={'additional_retrieve_list': ['overlap.npz']})
Expand Down

0 comments on commit fa62d90

Please sign in to comment.