Skip to content

Commit

Permalink
fix: add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Dec 14, 2023
1 parent 6275062 commit 12a203a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("observer", () => {
if (i === j) {
continue;
}
await store.waitFor(peer.peerId);
await store.waitFor(peer.peerId, { timeout: 10 * 1000 });
}
}

Expand Down

0 comments on commit 12a203a

Please sign in to comment.