File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
mithril-test-lab/mithril-end-to-end Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments