Skip to content

Commit

Permalink
Decrease timeout (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jul 30, 2022
1 parent b940aae commit 0ac4447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* easy Linux/Windows testing and produces incrementals. The only feature that relates to plugins is
* allowing one to test against multiple Jenkins versions.
*/
buildPlugin(useContainerAgent: true, configurations: [
buildPlugin(timeout: 15, useContainerAgent: true, configurations: [
[ platform: 'linux', jdk: '11' ],
[ platform: 'windows', jdk: '11' ],
[ platform: 'linux', jdk: '17' ],
Expand Down

0 comments on commit 0ac4447

Please sign in to comment.