diff options
Diffstat (limited to 'shared/extra-utils/mock-servers/mock-instances-index.ts')
-rw-r--r-- | shared/extra-utils/mock-servers/mock-instances-index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/mock-servers/mock-instances-index.ts b/shared/extra-utils/mock-servers/mock-instances-index.ts index 2aabef9d2..5baec00de 100644 --- a/shared/extra-utils/mock-servers/mock-instances-index.ts +++ b/shared/extra-utils/mock-servers/mock-instances-index.ts | |||
@@ -29,7 +29,7 @@ export class MockInstancesIndex { | |||
29 | }) | 29 | }) |
30 | }) | 30 | }) |
31 | 31 | ||
32 | const port = 42101 + randomInt(1, 100) | 32 | const port = 42000 + randomInt(1, 1000) |
33 | app.listen(port, () => res(port)) | 33 | app.listen(port, () => res(port)) |
34 | }) | 34 | }) |
35 | } | 35 | } |