< emilengler>
Is there a way to add a pause between the node startup and before the test starts?
< emilengler>
functional tests
< sipa>
emilengler: what for?
< emilengler>
sipa: I need to wait a few seconds until bitcoind has loaded evryting
< emilengler>
After setup_chain, run_test follows instantly
< emilengler>
A time.sleep in between is executed before the nodes are actually setted up
< sipa>
what does "has loaded everything" mean?
< emilengler>
bitcoind is still parsing the config while the test is already running
< emilengler>
And I'm working on a config featrue
< emilengler>
So I just need a break between the init of bitcoind and the actual test
< bitcoin-git>
[bitcoin] fanquake opened pull request #17497: test: skip interface_bitcoin_cli when the cli isn't compiled (master...skip_cli_interface_test_when_no_cli) https://github.com/bitcoin/bitcoin/pull/17497
< sipa>
emilengler: setup_network in the test will wait until nodes are up.and running, i believe
< sipa>
otherwise this would always be a problem
< emilengler>
ok, will try thanks
< sipa>
you shouldn't need to do anything
< bitcoin-git>
[bitcoin] emilengler opened pull request #17498: Add permission whitelisting system (master...2019-11-whitelist-permission-system) https://github.com/bitcoin/bitcoin/pull/17498
< bitcoin-git>
[bitcoin] hebasto opened pull request #17499: refactor, qt: Remove unused signal from WalletView class (master...20191117-walletview-cleanup) https://github.com/bitcoin/bitcoin/pull/17499