Skip to content

Commit ccd6856

Browse files
committed
increase timeout
1 parent a744415 commit ccd6856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/notebooks/test_molecular_energy_curve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ def test_notebook(tb: TestbookNotebookClient) -> None:
2323

2424
# test notebook content
2525
for duration in tb.ref("durations"):
26-
assert duration < 20
26+
assert duration < 40 # locally it is no longer than 15 seconds
2727

2828
assert all(np.isclose(tb.ref("exact_energy"), tb.ref("VQE_energy"), atol=0.01))

0 commit comments

Comments
 (0)