Increase sleep while running integration tests
All checks were successful
Build / build (pull_request) Successful in 3m14s
Deploy Contract / deploy (pull_request) Successful in 1m43s
Lint / Run golangci-lint (pull_request) Successful in 4m37s
Lint / Run flake8 on python integration tests (pull_request) Successful in 2m23s
Tests / test-rpc (pull_request) Successful in 5m57s
Tests / test-importer (pull_request) Successful in 17m42s
Tests / test-unit (pull_request) Successful in 7m42s
Tests / sdk_tests (pull_request) Successful in 9m59s

This commit is contained in:
Prathamesh Musale 2024-04-10 19:36:10 +05:30
parent c7cae8b6cd
commit 7ca24ce141

View File

@ -337,7 +337,7 @@ test-import:
go test -run TestImporterTestSuite -timeout=20m -v --vet=off github.com/cerc-io/laconicd/tests/importer
test-rpc:
./scripts/integration-test-all.sh -t "rpc" -q 1 -z 1 -s 2 -m "rpc" -r "true"
./scripts/integration-test-all.sh -t "rpc" -q 1 -z 1 -s 10 -m "rpc" -r "true"
run-integration-tests:
@nix-shell ./tests/integration_tests/shell.nix --run ./scripts/run-integration-tests.sh