Skip to content

Commit

Permalink
fix: try workaround sample dapp ci timeout (#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Sep 11, 2023
1 parent a6d3349 commit e39f6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/sample-dapp/index.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('private token', () => {
owner = await createAccount(rpc);
recipient = await createAccount(rpc);
token = await Contract.deploy(owner, PrivateTokenArtifact, [100n, owner.getAddress()]).send().deployed();
}, 30_000);
}, 60_000);

afterAll(() => stop());
// docs:end:setup
Expand Down

0 comments on commit e39f6bf

Please sign in to comment.