Set execution timeout to be lower

Otherwise the test would be much slower
pull/834/head
Joran Honig 6 years ago
parent e8b12ec0bc
commit 94b757e213
  1. 1
      tests/graph_test.py

@ -28,6 +28,7 @@ class GraphTest(BaseTestCase):
address=(util.get_indexed_address(0)),
strategy="dfs",
transaction_count=1,
execution_timeout=5,
)
html = generate_graph(sym)

Loading…
Cancel
Save