Skip to content

Commit

Permalink
test(di): use a different port
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzofox3 committed Mar 2, 2024
1 parent d009eb7 commit b18d6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/di/test/run-ci.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createServer } from 'vite';
import { firefox, chromium, webkit } from 'playwright';

const PORT = 3002;
const PORT = 3004;
const TIMEOUT = 30_000;

(async () => {
Expand Down

0 comments on commit b18d6cf

Please sign in to comment.