summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-03-29 21:42:07 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-03-29 21:42:07 (GMT)
commit3ee8ed658aca3f478490afecda732f9f79165e4c (patch)
treefa66e345a407ec6061fc1f32047f6bba91b16880 /Swift/QtUI/Roster
parent59f2da26c2a27e4ab412bf7654483d0e4fced48c (diff)
downloadswift-3ee8ed658aca3f478490afecda732f9f79165e4c.zip
swift-3ee8ed658aca3f478490afecda732f9f79165e4c.tar.bz2
Upping the size of the roster test. Up to 2 minutes 28.
Diffstat (limited to 'Swift/QtUI/Roster')
-rw-r--r--Swift/QtUI/Roster/main.cpp2
1 files changed, 1 insertions, 1 deletions
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)));