diff --git a/typescript/src/async-rust-call.ts b/typescript/src/async-rust-call.ts index 52f509ba..91ac6c5f 100644 --- a/typescript/src/async-rust-call.ts +++ b/typescript/src/async-rust-call.ts @@ -93,7 +93,7 @@ export async function uniffiRustCallAsync( if (pollResult == UNIFFI_RUST_FUTURE_POLL_READY) { break; } - await delayPromise(100); + await delayPromise(1); } // Now it's ready, all we need to do is pick up the result (and error).