Skip to content

Commit 4ce92ab

Browse files
committed
docs: add Cardano node troubleshooting instructions for macOS users
1 parent ae674b6 commit 4ce92ab

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

mithril-test-lab/mithril-end-to-end/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,20 @@ cp $HOME/.local/bin/cardano-cli mithril-test-lab/mithril-devnet/cardano-cli
9494
./mithril-end-to-end -vvv --db-directory db/ --bin-directory ../../target/release --skip-cardano-bin-download
9595
```
9696

97+
#### Troubleshoot Cardano node timeout errors
98+
99+
Sometimes, the default parameter values used to run the end to end test may not be suitable for macOS environments, causing the following error:
100+
101+
```bash
102+
>>>> Timeout: node-pool1 has not enough immutable files within 100 attempts
103+
```
104+
105+
In this case, you can add `--cardano-slot-length 0.25` to the run command:
106+
107+
```bash
108+
./mithril-end-to-end -vvv --work-directory db/ --bin-directory ../../target/release --devnet-scripts-directory=../mithril-devnet --cardano-slot-length 0.25
109+
```
110+
97111
## Build and run an aggregator stress test
98112

99113
```bash

0 commit comments

Comments
 (0)