Skip to content

Commit

Permalink
large sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Nov 3, 2021
1 parent 98e46e3 commit 7bf934d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
pushd nebula-docker-compose/
cp ../../client/src/test/resources/docker-compose.yaml .
docker-compose up -d
sleep 10
sleep 30
docker-compose ps
popd
popd
Expand All @@ -51,7 +52,7 @@ jobs:
pushd ca
cp ../../client/src/test/resources/docker-compose-casigned.yaml .
docker-compose -f docker-compose-casigned.yaml up -d
sleep 10
sleep 30
docker-compose -f docker-compose-casigned.yaml ps
popd
popd
Expand All @@ -63,7 +64,7 @@ jobs:
pushd self
cp ../../client/src/test/resources/docker-compose-selfsigned.yaml .
docker-compose -f docker-compose-selfsigned.yaml up -d
sleep 10
sleep 30
docker-compose -f docker-compose-selfsigned.yaml ps
popd
popd
Expand Down

0 comments on commit 7bf934d

Please sign in to comment.