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

New commits:
commit d725ecbb56a95ce00c693ff1e7af62999694d237
Author:     Miklos Vajna <[email protected]>
AuthorDate: Tue Feb 18 09:13:42 2020 +0100
Commit:     Miklos Vajna <[email protected]>
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 <[email protected]>
    Reviewed-by: Miklos Vajna <[email protected]>

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()
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to