Skip to content

Commit

Permalink
chore: typo in comment (#3000)
Browse files Browse the repository at this point in the history
  • Loading branch information
deniseli authored Oct 4, 2024
1 parent fe80098 commit f4d0b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/console/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */
forbidOnly: !!process.env.CI,
/* Retry on CI only */
/* Retry on CI only. */
retries: process.env.CI ? 2 : 0,
/* Opt out of parallel tests on CI. */
workers: process.env.CI ? 1 : undefined,
Expand Down Expand Up @@ -39,7 +39,7 @@ export default defineConfig({
command: 'ftl dev --recreate',
url: 'http://localhost:8892',
reuseExistingServer: !process.env.CI,
/* If the test end up needing to pull the postgres docker image this can take a while, give it two minutes */
/* If the test ends up needing to pull the postgres docker image, this can take a while. Give it two minutes. */
timeout: 120000,
},
});

0 comments on commit f4d0b7d

Please sign in to comment.