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 1fe2b6f commit a56161dCopy full SHA for a56161d
packages/client/src/actions/vaultDeploy.test.ts
@@ -47,6 +47,6 @@ describe('Given the Aave Protocol v3', () => {
47
});
48
assertOk(vaultInfo);
49
expect(vaultInfo.value.items.length).toBe(1);
50
- });
+ }, 25_000);
51
52
0 commit comments