We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c95a56 commit 3c4c58dCopy full SHA for 3c4c58d
tests/notebooks/test_grover_graph_coloring.py
@@ -6,10 +6,8 @@
6
from testbook.client import TestbookNotebookClient
7
8
9
-@wrap_testbook("grover_graph_coloring", timeout_seconds=300)
+@wrap_testbook("grover_graph_coloring", timeout_seconds=600)
10
def test_notebook(tb: TestbookNotebookClient) -> None:
11
- # test models
12
- validate_quantum_model(tb.ref("qmod"))
13
# test quantum programs
14
validate_quantum_program_size(
15
tb.ref_pydantic("qprog"),
0 commit comments