Skip to content

Commit a56161d

Browse files
committed
fix: add bigger timeout
1 parent 1fe2b6f commit a56161d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ describe('Given the Aave Protocol v3', () => {
4747
});
4848
assertOk(vaultInfo);
4949
expect(vaultInfo.value.items.length).toBe(1);
50-
});
50+
}, 25_000);
5151
});
5252
});

0 commit comments

Comments
 (0)