Skip to content

Commit

Permalink
fix: Correct duration spec
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Roberts <[email protected]>
  • Loading branch information
ryan-s-roberts committed Oct 5, 2021
1 parent fc2a4c0 commit eeed6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/daml-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ services:
entrypoint: "bash -c \"\
sleep 30 && \
/opt/sawtooth-daml-rpc/entrypoint.sh \
--participant port=9000,managementServiceTimeout=\"600 seconds\",address=0.0.0.0,participant-id=rpc-0,server-jdbc-url=jdbc:postgresql://postgres/postgres?user=postgres \
--participant port=9000,management-service-timeout=PT600S,address=0.0.0.0,participant-id=rpc-0,server-jdbc-url=jdbc:postgresql://postgres/postgres?user=postgres \
--ledger-id test \
--log-level info \
--max-outstanding-batches 2 \
Expand Down

0 comments on commit eeed6a8

Please sign in to comment.