Skip to content

Commit

Permalink
chore: rm test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ganchoradkov committed Sep 6, 2024
1 parent 8afc7c0 commit 4bde231
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/sign-client/test/sdk/link-mode.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ describe("Sign Client Link Mode", () => {
Promise.race<void>([
new Promise((resolve) => {
wallet.on("session_authenticate", async (payload) => {
console.log("session_authenticate, delaying..");
await throttle(1000);
console.log("session_authenticate, done");
const authPayload = populateAuthPayload({
authPayload: payload.params.authPayload,
chains: requestedChains,
Expand Down

0 comments on commit 4bde231

Please sign in to comment.