mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user