mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fix docker files
This commit is contained in:
parent
8aba802425
commit
1266c43ff8
@ -25,7 +25,7 @@ services:
|
||||
BIGCHAINDB_GRAPHITE_HOST: graphite
|
||||
ports:
|
||||
- "9984"
|
||||
command: bigchaindb start --init
|
||||
command: bigchaindb start
|
||||
|
||||
graphite:
|
||||
image: hopsoft/graphite-statsd
|
||||
|
@ -45,4 +45,4 @@ services:
|
||||
BIGCHAINDB_SERVER_BIND: 0.0.0.0:9984
|
||||
ports:
|
||||
- "9984"
|
||||
command: bigchaindb start --init
|
||||
command: bigchaindb start
|
||||
|
@ -30,4 +30,4 @@ services:
|
||||
BIGCHAINDB_WSSERVER_HOST: 0.0.0.0
|
||||
ports:
|
||||
- "9984"
|
||||
command: bigchaindb start --init
|
||||
command: bigchaindb start
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user