diff --git a/zebra-rpc/qa/base_config.toml b/zebra-rpc/qa/base_config.toml index e614badddbf..40c93ddffde 100644 --- a/zebra-rpc/qa/base_config.toml +++ b/zebra-rpc/qa/base_config.toml @@ -16,7 +16,7 @@ cache_dir = true crawl_new_peer_interval = "1m 1s" initial_mainnet_peers = [ "dnsseed.z.cash:8233", "dnsseed.str4d.xyz:8233", "mainnet.seeder.zfnd.org:8233", "mainnet.is.yolo.money:8233",] initial_testnet_peers = [ "dnsseed.testnet.z.cash:18233", "testnet.seeder.zfnd.org:18233", "testnet.is.yolo.money:18233",] -listen_addr = "127.0.0.1:11264" +listen_addr = "127.0.0.1:0" max_connections_per_ip = 1 network = "Regtest" peerset_initial_target_size = 25 @@ -27,7 +27,7 @@ parallel_cpu_threads = 0 listen_addr = "127.0.0.1:16264" [state] -cache_dir = "/tmp/testnowand1s/33/node0/kvxfudbjch" +cache_dir = "" delete_old_database = true ephemeral = false diff --git a/zebra-rpc/qa/pull-tester/rpc-tests.py b/zebra-rpc/qa/pull-tester/rpc-tests.py index ac059209073..7ac0fb6b308 100755 --- a/zebra-rpc/qa/pull-tester/rpc-tests.py +++ b/zebra-rpc/qa/pull-tester/rpc-tests.py @@ -38,8 +38,8 @@ BASE_SCRIPTS= [ # Scripts that are run by the travis build process # Longest test should go first, to favor running tests in parallel - 'getmininginfo.py', - 'reindex.py'] + 'reindex.py', + 'getmininginfo.py'] ZMQ_SCRIPTS = [ # ZMQ test can only be run if bitcoin was built with zmq-enabled.