[Libreoffice-commits] online.git: test/UnitEachView.cpp

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Tue Feb 18 10:32:49 UTC 2020


 test/UnitEachView.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d725ecbb56a95ce00c693ff1e7af62999694d237
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Tue Feb 18 09:13:42 2020 +0100
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Tue Feb 18 11:32:31 2020 +0100

    test, UnitEachView: increase the timeout
    
    I think this is the last case where sanitizers cause enough slowdown
    that the test fails due to a timeout. The new limit is 4 minutes, the
    test passes for me in 2m20s with sanitizers.
    
    Change-Id: I7fccb593d67908bfaeba8eb8715d00cce48e84fb
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88916
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>

diff --git a/test/UnitEachView.cpp b/test/UnitEachView.cpp
index 19424e710..793407f30 100644
--- a/test/UnitEachView.cpp
+++ b/test/UnitEachView.cpp
@@ -156,8 +156,8 @@ UnitBase::TestResult UnitEachView::testGraphicViewSelectionImpress()
 
 UnitEachView::UnitEachView()
 {
-    // Quadruple the default.
-    setTimeout(120 * 1000);
+    // 8 times larger then the default.
+    setTimeout(240 * 1000);
 }
 
 void UnitEachView::invokeTest()


More information about the Libreoffice-commits mailing list