Skip to content

Commit

Permalink
forgot to ignore the stdout again
Browse files Browse the repository at this point in the history
  • Loading branch information
cskiwi committed Jan 18, 2024
1 parent 1f59515 commit 0ad60e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/badman-e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default defineConfig({
cwd: workspaceRoot,
// Our build + serve takes a while, so we need to increase the timeout.
timeout: 120_000,
stdout: 'pipe',
// stdout: 'pipe',
// stderr: 'pipe',
},

Expand Down

0 comments on commit 0ad60e5

Please sign in to comment.