Skip to content

Commit

Permalink
revert timeout to 10 seconds
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantina Blazhukova <[email protected]>
  • Loading branch information
konstantinabl committed Oct 25, 2024
1 parent 2f94323 commit 8a94504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ws-server/tests/acceptance/subscribe.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ describe('@web-socket-batch-3 eth_subscribe', async function () {
await wsHtsProvider.websocket.close();
});

it('@release captures transfer events', async function () {
it.only('@release captures transfer events', async function () {
const balanceBefore = await htsToken.balanceOf(htsAccounts[1].wallet.address);
expect(balanceBefore.toString()).to.eq('0', 'verify initial balance');

Expand Down

0 comments on commit 8a94504

Please sign in to comment.