cli: change error message on startup_wait (#1327)

This commit is contained in:
Kirill Fomichev 2022-01-16 19:01:47 +03:00 committed by GitHub
parent e121e4e09d
commit c21921af1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2017,7 +2017,7 @@ fn start_test_validator(
}
if count == ms_wait {
eprintln!(
"Unable to start test validator. Check {} for errors.",
"Unable to get recent blockhash. Test validator does not look started. Check {} for errors. Consider increasing [test.startup_wait] in Anchor.toml.",
test_ledger_log_filename
);
validator_handle.kill()?;