libreoffice-online/test
Miklos Vajna ecfca6d1f0 test: increase accepted timeout in countLoolKitProcesses()
The asan+ubsan build is slow enough that the old timeout started to
result in an assertion failure, while just increasing the timeout seems
to produce stable (passing) results, so do that.

An ever-hanging process is still caught after this.

Change-Id: I53f2c65f9a11da8423f7ff89a4b773fc2b0b1fb5
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/99269
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-07-23 10:49:35 +02:00
..
data UnitRenderShape: update Writer reference SVG 2020-02-27 11:57:07 +01:00
.gitignore
countloolkits.hpp test: increase accepted timeout in countLoolKitProcesses() 2020-07-23 10:49:35 +02:00
DeltaTests.cpp wsd: single-char string literals -> char 2020-06-02 01:31:26 +02:00
fakesockettest.cpp wsd: single-char string literals -> char 2020-06-02 01:31:26 +02:00
helpers.hpp wsd: performance-unnecessary-value-param 2020-06-02 20:01:29 +02:00
httpcrashtest.cpp killpoco: removed Poco::Thread from net directory 2020-05-04 13:57:46 +02:00
httpwstest.cpp wsd: test assertion macros 2020-03-14 15:45:00 +01:00
integration-http-server.cpp wsd: test assertion macros 2020-03-14 15:45:00 +01:00
lokassert.hpp wsd: single-char string literals -> char 2020-06-02 01:31:26 +02:00
Makefile.am Fix lool user control issue on packaging 2020-07-06 10:41:14 +02:00
run_unit.sh.in wsd: support --cleanup in loolwsd 2020-07-01 06:14:39 +02:00
test.cpp wsd: improve test logging 2020-02-23 22:04:04 +01:00
test.hpp Use #pragma once 2020-04-18 15:00:18 +02:00
TileCacheTests.cpp wsd: improved TileCache 2020-07-14 15:35:20 +02:00
TileQueueTests.cpp wsd: test assertion macros 2020-03-14 15:45:00 +01:00
UnitAdmin.cpp wsd: move LOOLProtocol::tokenize to Util::tokenize 2020-06-02 18:03:36 +01:00
UnitBadDocLoad.cpp wsd: move LOOLProtocol::tokenize to Util::tokenize 2020-06-02 18:03:36 +01:00
UnitCalc.cpp wsd: test assertion macros 2020-03-14 15:45:00 +01:00
UnitClient.cpp wsd: single-char string literals -> char 2020-06-02 01:31:26 +02:00
UnitClose.cpp wsd: move LOOLProtocol::tokenize to Util::tokenize 2020-06-02 18:03:36 +01:00
UnitConvert.cpp wsd: single-char string literals -> char 2020-06-02 01:31:26 +02:00
UnitCopyPaste.cpp wsd: avoid unnecessary string ops 2020-06-23 06:41:58 +02:00
UnitCursor.cpp wsd: move LOOLProtocol::tokenize to Util::tokenize 2020-06-02 18:03:36 +01:00
UnitEachView.cpp unit-each-view: actually assert the latest response 2020-06-18 09:35:32 +02:00
UnitFuzz.cpp kill IoUtil - obsolete & unused. 2020-04-10 16:38:25 +02:00
UnitHosting.cpp wsd: test assertion macros 2020-03-14 15:45:00 +01:00
UnitHTTP.cpp wsd: single-char string literals -> char 2020-06-02 01:31:26 +02:00
UnitInsertDelete.cpp wsd: move LOOLProtocol::tokenize to Util::tokenize 2020-06-02 18:03:36 +01:00
UnitLargePaste.cpp wsd: test assertion macros 2020-03-14 15:45:00 +01:00
UnitLoad.cpp wsd: move LOOLProtocol::tokenize to Util::tokenize 2020-06-02 18:03:36 +01:00
UnitLoadTorture.cpp test: increase load timeout in UnitLoadTorture 2020-03-20 10:47:59 +01:00
UnitOAuth.cpp wsd: test assertion macros 2020-03-14 15:45:00 +01:00
UnitOOB.cpp kill IoUtil - obsolete & unused. 2020-04-10 16:38:25 +02:00
UnitPasswordProtected.cpp wsd: move LOOLProtocol::tokenize to Util::tokenize 2020-06-02 18:03:36 +01:00
UnitPaste.cpp wsd: test assertion macros 2020-03-14 15:45:00 +01:00
UnitPrefork.cpp
UnitRenderingOptions.cpp wsd: move LOOLProtocol::tokenize to Util::tokenize 2020-06-02 18:03:36 +01:00
UnitRenderShape.cpp wsd: test assertion macros 2020-03-14 15:45:00 +01:00
UnitSession.cpp wsd: move LOOLProtocol::tokenize to Util::tokenize 2020-06-02 18:03:36 +01:00
UnitStorage.cpp
UnitTiffLoad.cpp wsd: test assertion macros 2020-03-14 15:45:00 +01:00
UnitTileCache.cpp
UnitTimeout.cpp killpoco: Don't use POCO for app exit values. 2019-11-07 12:23:47 +01:00
UnitTyping.cpp wsd: move LOOLProtocol::tokenize to Util::tokenize 2020-06-02 18:03:36 +01:00
UnitUNOCommand.cpp wsd: single-char string literals -> char 2020-06-02 01:31:26 +02:00
UnitWOPI.cpp wsd: test assertion macros 2020-03-14 15:45:00 +01:00
UnitWOPIDocumentConflict.cpp Poll - switch to ppoll for closer to microsecond accuracy. 2020-04-10 10:06:23 +02:00
UnitWOPIHttpHeaders.cpp wsd: add http-headers unit-test 2020-07-01 07:37:10 +02:00
UnitWOPILoadEncoded.cpp
UnitWopiOwnertermination.cpp
UnitWOPIRenameFile.cpp wsd: test assertion macros 2020-03-14 15:45:00 +01:00
UnitWOPISaveAs.cpp wsd: test assertion macros 2020-03-14 15:45:00 +01:00
UnitWOPITemplate.cpp Remember to shutdown the socket after serving files. 2020-06-03 18:15:33 +02:00
UnitWOPIVersionRestore.cpp re-factor: Socket / WebSocketHandler. 2020-03-11 16:48:03 +01:00
UnitWOPIWatermark.cpp wsd: move LOOLProtocol::tokenize to Util::tokenize 2020-06-02 18:03:36 +01:00
WhiteBoxTests.cpp wsd: parse the URI params of the URI and DocumentURI 2020-07-01 07:35:00 +02:00
WopiProofTests.cpp tdf#134041: add a unit test 2020-07-02 12:48:14 +02:00
WopiTestServer.hpp wsd: add http-headers unit-test 2020-07-01 07:37:10 +02:00