Skip to content

Commit

Permalink
chore(autofmt): Automated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 31, 2025
1 parent 0bbc6ad commit c792fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/console/e2e/global-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const globalSetup = async (config: FullConfig) => {

console.log('Modules loaded!')
// 20s sleep to see if it helps with changesets
await new Promise(r => setTimeout(r, 20000));
await new Promise((r) => setTimeout(r, 20000))

await browser.close()
}
Expand Down

0 comments on commit c792fdd

Please sign in to comment.