From 3ee8ed658aca3f478490afecda732f9f79165e4c Mon Sep 17 00:00:00 2001
From: Kevin Smith <git@kismith.co.uk>
Date: Mon, 29 Mar 2010 22:42:07 +0100
Subject: Upping the size of the roster test. Up to 2 minutes 28.


diff --git a/Swift/QtUI/Roster/main.cpp b/Swift/QtUI/Roster/main.cpp
index 406d775..ec7a6ed 100644
--- a/Swift/QtUI/Roster/main.cpp
+++ b/Swift/QtUI/Roster/main.cpp
@@ -34,7 +34,7 @@ int main(int argc, char *argv[])
 	Swift::QtTreeWidgetItem* group = dynamic_cast<Swift::QtTreeWidgetItem*>(treeWidgetFactory.createTreeWidgetItem(tree));
 	group->setText("Many People");
 	
-	for (int i = 0; i < 600; i++) {
+	for (int i = 0; i < 1500; i++) {
 		Swift::QtTreeWidgetItem* item = dynamic_cast<Swift::QtTreeWidgetItem*>(treeWidgetFactory.createTreeWidgetItem(group));
 		item->setText(Q2PSTRING(QString("Some person %1").arg(i)));
 
-- 
cgit v0.10.2-6-g49f6