Skip to content

Commit

Permalink
docs: fix timeout in exmaple
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Apr 22, 2024
1 parent 1030a0d commit 4f7e580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nns_proxy/tests/src/nns-proxy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('NNS Proxy', () => {
actor = fixture.actor;

governance = new Governance(pic);
}, 15_000);
});

afterEach(async () => {
await pic.tearDown();
Expand Down

0 comments on commit 4f7e580

Please sign in to comment.