Skip to content

Commit

Permalink
Remove deadline for test_maximum_common_subgraph
Browse files Browse the repository at this point in the history
Merge pull request #174 from marrink-lab/deadline
  • Loading branch information
jbarnoud committed Jan 22, 2019
2 parents 3af8756 + b4d8dd4 commit fbc8ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vermouth/tests/test_hypothesis_graph_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
node_keys=st.integers(max_value=MAX_NODES, min_value=0))


@settings(max_examples=500)
@settings(max_examples=500, deadline=None)
@given(graph1=MCS_BUILDER, graph2=MCS_BUILDER, attrs=ATTRS)
def test_maximum_common_subgraph(graph1, graph2, attrs):
"""
Expand Down

0 comments on commit fbc8ccf

Please sign in to comment.