We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc660f commit 37bea44Copy full SHA for 37bea44
packages/client/src/actions/tipping.test.ts
@@ -35,7 +35,7 @@ describe('Given a Lens Account with some WGHO (or any other ERC20)', { timeout:
35
36
assertOk(wrapped);
37
}
38
- });
+ }, 15000);
39
40
describe('When executing the Tipping Account Action', () => {
41
it('Then it should work as expected', async () => {
0 commit comments