ci: bump tests timeout to 30 minutes
The test running time can be a bit unpredictable due to server load, which can result in tests that finish in 5 minutes, or over 20. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3f00869e1f
commit
c1509637a5
|
@ -14,7 +14,7 @@ pipeline {
|
|||
options {
|
||||
timestamps()
|
||||
/* Prevent Jenkins jobs from running forever */
|
||||
timeout(time: 20, unit: 'MINUTES')
|
||||
timeout(time: 30, unit: 'MINUTES')
|
||||
disableConcurrentBuilds()
|
||||
/* manage how many builds we keep */
|
||||
buildDiscarder(logRotator(
|
||||
|
|
Loading…
Reference in New Issue