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 @@ -75,6 +75,20 @@ to your PATH from your bashrc like:
7575
7676Once saved, you need to reload your shell profile. Execute source $HOME/.bashrc or source $HOME/.zshrc (depending on the shell application you use).
7777
78+ #### Troubleshoot Cardano node timeout errors
79+
80+ Sometimes, the default parameter values used to run the end to end test may not be suitable for macOS environments, causing the following error:
81+
82+ ``` bash
83+ >>>> Timeout: node-pool1 has not enough immutable files within 100 attempts
84+ ```
85+
86+ In this case, you can add ` --cardano-slot-length 0.25 ` to the run command:
87+
88+ ``` bash
89+ ./mithril-end-to-end -vvv --work-directory db/ --bin-directory ../../target/release --devnet-scripts-directory=../mithril-devnet --cardano-slot-length 0.25
90+ ```
91+
7892### Use your own cardano binaries
7993
8094You can use your own compiled cardano binaries to run the end to end test:
You can’t perform that action at this time.
0 commit comments