Bug 15445 DateUtils.t fails on Jenkins due to server sluggishness
authorFrédéric Demians <f.demians@tamil.fr>
Wed, 30 Dec 2015 15:29:03 +0000 (16:29 +0100)
committerJulian Maurice <julian.maurice@biblibre.com>
Mon, 14 Mar 2016 09:55:11 +0000 (10:55 +0100)
commit042d25446d5c6e59d573331ab579a9903a531c53
tree603bdb27e022b849ae9ca30a1d2076b0c82e90a3
parent78e5a99b7462d4b873423c682f8aaca9c61e93ef
Bug 15445 DateUtils.t fails on Jenkins due to server sluggishness

Jenkins server is abnormally slow to perform a task done in less than
1s elsewhere. The test stay valid by giving just a bit more time to Jenkins
server.

TO TEST:
- Confirm that the two test hasn't changed. They the just get 4s to
  perform
- Push the patch to master and observe that DateUtils.t doesn't fail
  anymore.

NOTE: Also passed koha qa test tools too.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Amended: Changed to 2s, should be enough

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
(cherry picked from commit 357ddab7c6519fdbb57e448c28170c267035a130)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
t/DateUtils.t