[Libreoffice-commits] core.git: sc/qa
Kohei Yoshida
kohei.yoshida at gmail.com
Tue May 21 19:51:27 PDT 2013
sc/qa/unit/ucalc.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 563f15a609f5c637cd73d831830a68bdb61fb4d8
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Tue May 21 22:53:30 2013 -0400
Adjust a bit.
Change-Id: I74be2d40d9eb92813836a35892f461fe27b79aeb
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index dcce938..36a59fa 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -566,7 +566,7 @@ void Test::testPerf()
MeasureTimeSwitch aTime(diff, scale);
clearRange(m_pDoc, ScRange(1,1,0,1,99999,0));
}
- PERF_ASSERT(diff, 2000, "Removal of a large array of formula cells");
+ PERF_ASSERT(diff, 3000, "Removal of a large array of formula cells");
}
clearRange(m_pDoc, ScRange(0,0,0,1,MAXROW,0)); // Clear columns A:B.
More information about the Libreoffice-commits
mailing list