Skip to content

Commit

Permalink
fix: increase sleep because slower in ci πŸ’€
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Aug 19, 2023
1 parent 5be7270 commit 2534f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/e2e_lending_contract.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 } = {};
Expand Down

0 comments on commit 2534f1d

Please sign in to comment.