cmd/ethkey: speed up test by using weaker scrypt parameters (#20680)

This commit is contained in:
Felix Lange
2020-02-17 12:22:52 +01:00
committed by GitHub
parent ac72787768
commit 1c4c486a85
2 changed files with 10 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ func TestMessageSignVerify(t *testing.T) {
message := "test message"
// Create the key.
generate := runEthkey(t, "generate", keyfile)
generate := runEthkey(t, "generate", "--lightkdf", keyfile)
generate.Expect(`
!! Unsupported terminal, password will be echoed.
Password: {{.InputLine "foobar"}}