Skip to content

Commit d0bc418

Browse files
committed
fix: only upload video and traces on failure.
This was accidentally changed in 21ebd32
1 parent aaefd08 commit d0bc418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/web/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
timeout: 120_000,
1818
},
1919
],
20-
timeout: 120_000,
20+
timeout: 180_000,
2121
workers: 1, // Tests are not parallel-safe yet.
2222
use: {
2323
baseURL: `http://${HOST}:${FRONTEND_PORT}`,

0 commit comments

Comments
 (0)