From 29531c7c2c7bd8f63d025881355f2012e32d8f5f Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 16 Feb 2024 09:28:36 -0500 Subject: [PATCH] fix: lint --- apps/laboratory/tests/canary.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/laboratory/tests/canary.spec.ts b/apps/laboratory/tests/canary.spec.ts index 2688202cd7..f0d861496a 100644 --- a/apps/laboratory/tests/canary.spec.ts +++ b/apps/laboratory/tests/canary.spec.ts @@ -8,7 +8,8 @@ const REGION = process.env['REGION'] || 'eu-central-1' let startTime = 0 testMW.beforeEach(async ({ modalPage, walletPage, modalValidator, walletValidator }) => { - testMW.setTimeout(120_000) // give us extra time in a potentially slow canary deployment + // Give us extra time in a potentially slow canary deployment + testMW.setTimeout(120_000) startTime = Date.now() const uri = await modalPage.getConnectUri()