Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Feb 16, 2024
1 parent a3ab7d0 commit 29531c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/laboratory/tests/canary.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 29531c7

Please sign in to comment.