Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Nov 6, 2024
1 parent edfeaf3 commit a7b1d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_silicon_workflow(get_dftk_code, generate_structure, generate_kpoints_me
# we'll need to make sure that tests can run on both GitHub Actions and locally without (too much) special setup.
builder.dftk.metadata.options.withmpi = False

result = submit_and_await_success(builder, timeout=180)
result = submit_and_await_success(builder, timeout=300)

assert result.outputs.output_parameters.get_dict()["converged"]
assert result.outputs.output_forces.get_array().shape == (2, 3)
Expand Down

0 comments on commit a7b1d83

Please sign in to comment.