Skip to content

Commit 37bea44

Browse files
committed
chore: tweak test setup timeout
1 parent 4dc660f commit 37bea44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/src/actions/tipping.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('Given a Lens Account with some WGHO (or any other ERC20)', { timeout:
3535

3636
assertOk(wrapped);
3737
}
38-
});
38+
}, 15000);
3939

4040
describe('When executing the Tipping Account Action', () => {
4141
it('Then it should work as expected', async () => {

0 commit comments

Comments
 (0)