Increase horizon integration tests timeout

Right now we have a problem, that our integration tests are failed
often due to build timeout. It happens because we have 60 tests
which require 30-90 sec per one. First of all we would like to
up build timeout to prevent flaky timeout failures. And then
we are planning to use selenium grid and parallel execution
to provide tests scalability.

Change-Id: I28b08cde1e8c8dff2cde0fa4c12d852373d946a9
This commit is contained in:
Sergei Chipiga 2016-05-16 14:06:58 +03:00
parent 01b222b6ad
commit 4821a28bda

View File

@ -18,7 +18,7 @@
wrappers:
- build-timeout:
timeout: 100
timeout: 150
- timestamps
builders: