Skip to content

Commit

Permalink
Merge cf777b8 into 7f9dc12
Browse files Browse the repository at this point in the history
  • Loading branch information
singulared committed Apr 22, 2019
2 parents 7f9dc12 + cf777b8 commit 0e799fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -39,7 +39,7 @@ Security No
Riak Search WIP
MapReduce WIP
Tested python versions `3.5, 3.6 <travis_>`__
Tested Riak versions `2.1.3, 2.1.4 <travis_>`__
Tested Riak versions `2.1.4, 2.2.3 <travis_>`__
================================ ==============================

Documentation
Expand Down
2 changes: 1 addition & 1 deletion commands.py
Expand Up @@ -114,7 +114,7 @@ def run(self):
args = ['docker-compose', 'up', '-d', 'coordinator']
retcode = call(args)
if self._check_retcode(retcode, args):
time.sleep(3)
time.sleep(10)


class docker_stop(Command, docker):
Expand Down

0 comments on commit 0e799fc

Please sign in to comment.