Skip to content

Commit

Permalink
revert change to number of tests done
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed May 16, 2021
1 parent 0577f62 commit f5cf152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srt-protocol/tests/connect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ fn lossy_rendezvous() {
do_lossy_rendezvous(1104041222010949432);
do_lossy_rendezvous(16693786644192575166);

for _ in 0..10000000 {
for _ in 0..100 {
let seed = rand::random();
do_lossy_rendezvous(seed);
}
Expand Down

0 comments on commit f5cf152

Please sign in to comment.