Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #175 from cscetbon/fix-dgoss
Browse files Browse the repository at this point in the history
Fix dgoss tests
  • Loading branch information
fdehay authored Jan 30, 2020
2 parents 4e9b189 + ca28f47 commit 18559ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/bootstrap/dgoss/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function createCassandraContainer {
function createAndCheckCassandraContainer {
echo "== createAndCheckCassandraContainer"
local script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
GOSS_FILES_PATH=${script_dir}/checks GOSS_WAIT_OPTS='-r 90s -s 1s > /dev/null' dgoss run \
GOSS_FILES_PATH=${script_dir}/checks GOSS_SLEEP=5 GOSS_WAIT_OPTS='-r 90s -s 1s > /dev/null' dgoss run \
-v ${BOOTSTRAP_VOLUME}:/etc/cassandra \
-v ${EXTRA_LIB_VOLUME}:/extra-lib \
-p 9500:9500 \
Expand Down

0 comments on commit 18559ef

Please sign in to comment.