Skip to content

Commit

Permalink
Added double_sign tests to list of test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
xoriole committed Mar 7, 2018
1 parent b06c70b commit 05f9674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def add_node_to_experiment(self, node):
self.nodes.append(node)

@inlineCallbacks
def deliver_messages(self, timeout=10):
def deliver_messages(self, timeout=0.1):
"""
Allow peers to communicate.
Expand Down
1 change: 1 addition & 0 deletions test_classes_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ test/peerdiscovery/test_churn.py:TestChurn
test/keyvault/test_crypto.py:TestECCrypto
test/keyvault/test_serialization.py:TestSerialization
test/keyvault/test_signature.py:TestSignatures
test/keyvault/test_doublesign.py:TestDoubleSign

test/attestation/trustchain/test_community.py:TestTrustChainCommunity
test/attestation/trustchain/test_block.py:TestTrustChainBlock
Expand Down

0 comments on commit 05f9674

Please sign in to comment.