Replies: 1 comment
-
Hmm, mine also didn't start up correctly here. I do know that sometimes the debug build is much slower than expected, and may need to instead build a local CLI with
Then use I would also ensure you have docker installed properly, and that there are no port conflicts with anything else running on your machine. cc @banool |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone familiar with the e2e testing suite in
aptos-core/crates/aptos
?when i run
poetry run python main.py --base-network mainnet --test-cli-tag nightly
it gets to
Waiting for node and faucet APIs for aptos-tools-testnet to come up
and then
ERROR - Timeout while waiting for node / faucet to come up
and if i try
poetry run python main.py -d --base-network mainnet --test-cli-path ~/aptos-core/target/debug/aptos
it does
DEBUG - Starting new HTTP connection (1): 127.0.0.1:8080
over and over again and then gets a timeout.
Is there some step i'm missing?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions