Skip to content

Commit 3c4c58d

Browse files
fix test
1 parent 5c95a56 commit 3c4c58d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/notebooks/test_grover_graph_coloring.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
from testbook.client import TestbookNotebookClient
77

88

9-
@wrap_testbook("grover_graph_coloring", timeout_seconds=300)
9+
@wrap_testbook("grover_graph_coloring", timeout_seconds=600)
1010
def test_notebook(tb: TestbookNotebookClient) -> None:
11-
# test models
12-
validate_quantum_model(tb.ref("qmod"))
1311
# test quantum programs
1412
validate_quantum_program_size(
1513
tb.ref_pydantic("qprog"),

0 commit comments

Comments
 (0)