Skip to content

Commit

Permalink
Try another port range in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kunyavskiy committed Aug 4, 2023
1 parent 31f5451 commit a36dd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/capture.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const backendStartCooldown = 10000;
const backendFinishCooldown = 1000;
const overlayDisplayDelay = 1000;
const address = "127.0.0.1";
const startingPort = 8080;
const startingPort = 8090;

for (const [index, contestConfig] of contestConfigs.entries()) {
test(`config ${contestConfig}`, async ({ page }) => {
Expand Down

0 comments on commit a36dd86

Please sign in to comment.