Add sign util

This commit is contained in:
Jon Staab
2025-11-04 09:30:31 -08:00
parent e860ae6f2b
commit 7d3b865451
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ export class Thunk {
// that results from waiting for remote signers
try {
const signedEvent = await this.signer.sign(this.event, {
signal: AbortSignal.timeout(15_000),
signal: AbortSignal.timeout(30_000),
})
// Copy the signature over since we deferred signing