Unflake rpc subscriptions test by reducing sub count (#9078) (#9082)

automerge
This commit is contained in:
mergify[bot]
2020-03-25 22:56:52 -07:00
committed by GitHub
parent d4ddb6265b
commit ec76826493

View File

@ -212,7 +212,7 @@ fn test_rpc_subscriptions() {
// Create transaction signatures to subscribe to
let transactions_socket = UdpSocket::bind("0.0.0.0:0").unwrap();
let transactions: Vec<Transaction> = (0..500)
let transactions: Vec<Transaction> = (0..100)
.map(|_| system_transaction::transfer(&alice, &Pubkey::new_rand(), 1, genesis_hash))
.collect();
let mut signature_set: HashSet<String> = transactions