Use fewer messages in test_num_unread_for_subject().

I am not sure why I originally coded this to use 10000
messages, since it's not really a performance test.
This commit is contained in:
Steve Howell
2017-04-03 13:07:10 -07:00
committed by Tim Abbott
parent 943a3b1cff
commit 8d647868ca

View File

@@ -193,7 +193,7 @@ var zero_counts = {
subject: 'lunch',
};
var num_msgs = 10000;
var num_msgs = 500;
var i;
for (i = 0; i < num_msgs; i += 1) {
message.id = i+1;