We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7970bf commit 91504cfCopy full SHA for 91504cf
tests/notebooks/test_molecular_energy_curve.py
@@ -23,6 +23,6 @@ def test_notebook(tb: TestbookNotebookClient) -> None:
23
24
# test notebook content
25
for duration in tb.ref("durations"):
26
- assert duration < 20
+ assert duration < 40 # locally it is no longer than 15 seconds
27
28
assert all(np.isclose(tb.ref("exact_energy"), tb.ref("VQE_energy"), atol=0.01))
0 commit comments