Increase test timeout.

This commit is contained in:
Thomas E Lackey 2024-01-22 19:23:59 -06:00
parent 1339568d9a
commit 611c4d31a9

View File

@ -334,7 +334,7 @@ else
endif
test-import:
go test -run TestImporterTestSuite -v --vet=off github.com/cerc-io/laconicd/tests/importer
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"