diff --git a/yarn-project/end-to-end/src/e2e_lending_contract.test.ts b/yarn-project/end-to-end/src/e2e_lending_contract.test.ts index 8e6cb4cf1ae..37fa83b9f3a 100644 --- a/yarn-project/end-to-end/src/e2e_lending_contract.test.ts +++ b/yarn-project/end-to-end/src/e2e_lending_contract.test.ts @@ -95,7 +95,7 @@ describe('e2e_lending_contract', () => { account: Account, ) => { // @todo This is horrible. - await sleep(1000); + await sleep(5000); logger('Fetching storage snapshot 📸 '); const storageValues: { [key: string]: Fr } = {};