wsd: test: reduce the duration of UnitWOPIStuckSave
Change-Id: Idcb4760d879b595eedcf2b92c15113dfe93c3aa4 Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
This commit is contained in:
parent
b2267f6280
commit
b2aa914b13
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ public:
|
||||||
, _phase(Phase::Load)
|
, _phase(Phase::Load)
|
||||||
{
|
{
|
||||||
// We need more time to retry saving.
|
// We need more time to retry saving.
|
||||||
setTimeout(std::chrono::seconds(90));
|
setTimeout(std::chrono::seconds(200));
|
||||||
}
|
}
|
||||||
|
|
||||||
void configure(Poco::Util::LayeredConfiguration& config) override
|
void configure(Poco::Util::LayeredConfiguration& config) override
|
||||||
|
@ -44,7 +44,7 @@ public:
|
||||||
WopiTestServer::configure(config);
|
WopiTestServer::configure(config);
|
||||||
|
|
||||||
// Small value to shorten the test run time.
|
// Small value to shorten the test run time.
|
||||||
config.setUInt("per_document.limit_store_failures", 3);
|
config.setUInt("per_document.limit_store_failures", 2);
|
||||||
config.setBool("per_document.always_save_on_exit", true);
|
config.setBool("per_document.always_save_on_exit", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue