< 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
< emilengler> Could someone restart this? https://travis-ci.org/bitcoin/bitcoin/builds/612991003
< hebasto> emilengler: restarted
< sipa> you beat me to it
< emilengler> Thanks
< hebasto> sipa: ;)
< bitcoin-git> [bitcoin] hebasto opened pull request #17500: refactor, qt: Nuke walletframe circular dependency (master...20191117-nuke-circular) https://github.com/bitcoin/bitcoin/pull/17500
< bitcoin-git> [bitcoin] jonasschnelli pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b90dad514399...7dbc33f61764
< bitcoin-git> bitcoin/master 5fa28e9 Hennadii Stepanov: refactor: Remove unused signal
< bitcoin-git> bitcoin/master 7dbc33f Jonas Schnelli: Merge #17499: refactor, qt: Remove unused signal from WalletView class
< bitcoin-git> [bitcoin] jonasschnelli merged pull request #17499: refactor, qt: Remove unused signal from WalletView class (master...20191117-walletview-cleanup) https://github.com/bitcoin/bitcoin/pull/17499
< jonasschnelli> real_or_random, sipa: time of the BIP324 protocol upgrade idea?
< sipa> jonasschnelli: i think real_or_random is a bit preoccupied the next few days
< jonasschnelli> okay... lets wait then