You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mithril-test-lab/mithril-end-to-end/README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,20 @@ to your PATH from your bashrc like:
75
75
76
76
Once saved, you need to reload your shell profile. Execute source $HOME/.bashrc or source $HOME/.zshrc (depending on the shell application you use).
77
77
78
+
#### Troubleshoot Cardano node timeout errors on macOS
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
+
The default value of the **Cardano slot length** parameter can prevent the Cardano nodes to work properly in the `devnet`. Increasing the value helps improve the stability: you can add `--cardano-slot-length 0.25` to the run command:
0 commit comments