Skip to content

Commit 3917527

Browse files
author
Sergei Parshev
committed
Increasing CircleCI timeout
Downloading of jenkins could take more than 2 mins - so increasing it to 5.
1 parent 273bd05 commit 3917527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- run:
9999
name: Build jenkins image
100100
command: ~/jenkinsbro/jenkinsbro_build.sh "<< parameters.jenkins_version >>"
101-
no_output_timeout: 2m
101+
no_output_timeout: 5m
102102

103103
- run:
104104
name: Copy jenkinsbro configuration and tests

0 commit comments

Comments
 (0)