wait before req
All checks were successful
Tests / Run integration tests (pull_request) Successful in 3m46s

This commit is contained in:
Roy Crihfield 2023-09-03 16:52:36 +08:00
parent 9be7a19e4e
commit 02f5301729

View File

@ -45,6 +45,7 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
run: | run: |
./eth-statediff-service --config ./test/ci-config.toml serve & ./eth-statediff-service --config ./test/ci-config.toml serve &
sleep 10
# # Run a sanity test against the fixture data # # Run a sanity test against the fixture data
# # Complete integration tests are TODO # # Complete integration tests are TODO