Skip to content

Commit be90c44

Browse files
docs: emulator ports timeoutInSeconds (#550)
* docs: emulator ports timeoutInSeconds Signed-off-by: David Dal Busco <[email protected]> * πŸ“„ Update LLMs.txt snapshot for PR review --------- Signed-off-by: David Dal Busco <[email protected]> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9157580 commit be90c44

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

β€Ž.llms-snapshots/llms-full.txtβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8501,6 +8501,10 @@ You can customize the ports exposed by the emulator:
85018501
| admin | Admin server used for internal tasks (e.g., ICP transfer). | `5999` |
85028502
| console | Console UI port (only used with `skylab`). | `5866` |
85038503

8504+
**Note:**
8505+
8506+
The configuration also supports the option `timeoutInSeconds` (default: 30 seconds), which defines how long the emulator waits for ports to become ready during startup.
8507+
85048508
### Network
85058509

85068510
The `network` field lets you customize which well-known services of the Internet Computer network will start with the emulator.

β€Ždocs/reference/configuration.mdxβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,12 @@ You can customize the ports exposed by the emulator:
419419
| admin | Admin server used for internal tasks (e.g., ICP transfer). | `5999` |
420420
| console | Console UI port (only used with `skylab`). | `5866` |
421421

422+
:::note
423+
424+
The configuration also supports the option `timeoutInSeconds` (default: 30 seconds), which defines how long the emulator waits for ports to become ready during startup.
425+
426+
:::
427+
422428
### Network
423429

424430
The `network` field lets you customize which well-known services of the Internet Computer network will start with the emulator.

0 commit comments

Comments
Β (0)