We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784ae09 commit 38c3dd9Copy full SHA for 38c3dd9
test/README.md
@@ -225,6 +225,10 @@ gdb /home/example/bitcoind <pid>
225
Note: gdb attach step may require ptrace_scope to be modified, or `sudo` preceding the `gdb`.
226
See this link for considerations: https://www.kernel.org/doc/Documentation/security/Yama.txt
227
228
+Often while debugging rpc calls from functional tests, the test might reach timeout before
229
+process can return a response. Use `--timeout-factor 0` to disable all rpc timeouts for that partcular
230
+functional test. Ex: `test/functional/wallet_hd.py --timeout-factor 0`.
231
+
232
##### Profiling
233
234
An easy way to profile node performance during functional tests is provided
0 commit comments