Signing key times out in 4.1.0

I’m trying to sign a newly imported key.

`gpg --sign-key
Are you sure that you want to sign this key with your
key “myID@mycompany.com (New Key for My ID) myID@mycompany” (CBC2E40F65C32CFA)

Really sign? (y/N) y
gpg: signing failed: Timeout
gpg: signing failed: Timeout

Key not changed so no update needed.`

I’m not sure why it is timing out. It hasn’t done this before.

Any ideas?

Never mind. I ran the sign command with -v and that seems to have slowed things down enough that it brought up the prompt for the passphrase and the signing completed without issue after that.