Skip to content

chore: change e2e testing port #12751

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: change e2e testing port
  • Loading branch information
aslilac committed Mar 25, 2024
commit ac3573e764d012539b47cf4e2c23baad2471b830
2 changes: 1 addition & 1 deletion site/e2e/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Default port from the server
export const defaultPort = 3000;
export const defaultPort = 3111;
export const prometheusPort = 2114;

// Use alternate ports in case we're running in a Coder Workspace.
Expand Down