Fix docker files

This commit is contained in:
kansi 2017-11-07 18:44:51 +05:30
parent 8aba802425
commit 1266c43ff8
4 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@ services:
BIGCHAINDB_GRAPHITE_HOST: graphite
ports:
- "9984"
command: bigchaindb start --init
command: bigchaindb start
graphite:
image: hopsoft/graphite-statsd

View File

@ -45,4 +45,4 @@ services:
BIGCHAINDB_SERVER_BIND: 0.0.0.0:9984
ports:
- "9984"
command: bigchaindb start --init
command: bigchaindb start

View File

@ -30,4 +30,4 @@ services:
BIGCHAINDB_WSSERVER_HOST: 0.0.0.0
ports:
- "9984"
command: bigchaindb start --init
command: bigchaindb start

View File

@ -12,9 +12,9 @@ def test_double_create(b, user_pk):
metadata={'test': 'test'}).sign([b.me_private])
b.write_transaction(tx)
time.sleep(2)
time.sleep(5)
b.write_transaction(tx)
time.sleep(2)
time.sleep(5)
tx_returned = b.get_transaction(tx.id)
# test that the tx can be queried