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)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Tue, 8 Mar 2016 21:55:16 +0000 (21:55 +0000)
commit357ddab7c6519fdbb57e448c28170c267035a130
treefdfe7d01ffe6eb30bca6d10a42f7fdc1796c2b82
parent63c96788a9f8d96910d1d950d5359e2acb58c236
 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>
t/DateUtils.t