Skip to content

Commit

Permalink
make test scripts give crate enough time to get 100% functional befor…
Browse files Browse the repository at this point in the history
…e starting to hammer it.
  • Loading branch information
c0c0n3 committed Sep 8, 2020
1 parent 076d880 commit 92eb940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/reporter/tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
docker build -t smartsdk/quantumleap ../../../

docker-compose up -d
sleep 12
sleep 20

cd ../../../
pytest src/reporter/ --cov-report= --cov-config=.coveragerc --cov-append --cov=src/
Expand Down
2 changes: 1 addition & 1 deletion src/tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ docker run -ti --rm --network tests_default \
# Restart QL on development version and CRATE on current version
docker-compose stop quantumleap
CRATE_VERSION=${CRATE_VERSION} QL_IMAGE=smartsdk/quantumleap docker-compose up -d
sleep 30
sleep 40

# Backwards Compatibility Test
cd ../../
Expand Down

0 comments on commit 92eb940

Please sign in to comment.