From 3c1ea4ab1f9527af0b249b664915a1fba876422b Mon Sep 17 00:00:00 2001 From: Joe Wagner Date: Thu, 1 Jun 2023 17:09:06 -0600 Subject: [PATCH] Show local tableland logs --- test/setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/setup.ts b/test/setup.ts index d34d78c..c7e4a5d 100644 --- a/test/setup.ts +++ b/test/setup.ts @@ -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);