Browse Source

Increase the number of relays in the client.py integration test

With only 10 relays, unevently weighted, most single-pass circuits end
up picking one relay more than once and being discarded
Ian Goldberg 4 years ago
parent
commit
aa3fe8b9c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client.py

+ 1 - 1
client.py

@@ -584,7 +584,7 @@ if __name__ == '__main__':
         dirauthaddrs.append(dira.netaddr)
 
     # Start some relays
-    numrelays = 10
+    numrelays = 100
     relays = []
     for i in range(numrelays):
         # Relay bandwidths (at least the ones fast enough to get used)