Skip to content

Commit

Permalink
Show local tableland logs
Browse files Browse the repository at this point in the history
  • Loading branch information
joewagner committed Jun 7, 2023
1 parent b8e18c9 commit 011ba09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const getTimeoutFactor = function (): number {

export const TEST_TIMEOUT_FACTOR = getTimeoutFactor();

const lt = new LocalTableland({ silent: true });
const lt = new LocalTableland({ silent: false });

before(async function () {
this.timeout(30000);
Expand Down

0 comments on commit 011ba09

Please sign in to comment.