Skip to content

Commit 6a76291

Browse files
vch9claude
andcommitted
fix(test): pre-generate node identity in external-signer test
The 04-external-signer integration test was flaky because the node would spend too long generating an identity file, exceeding the 90s RPC readiness timeout. Pre-inject the identity like other tests do. Fixes #955 Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3509eac commit 6a76291

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/integration/cli-tester/tests/signatory/04-external-signer.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ om install-node \
3232
--service-user tezos \
3333
--no-enable 2>&1
3434

35+
inject_identity "$NODE_INSTANCE"
36+
3537
echo "==> Step 2: Start node to enable baker installation"
3638
om instance "$NODE_INSTANCE" start 2>&1
3739

0 commit comments

Comments
 (0)