Skip to content

Commit

Permalink
Increase MavenTest#sensitiveParameters() timeout to 500s (jenkinsci#8840
Browse files Browse the repository at this point in the history
)
  • Loading branch information
NotMyFault authored Jan 7, 2024
1 parent 7392571 commit 3dbbf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/test/java/hudson/tasks/MavenTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private void verify() throws Exception {
assertNotNull(isp.installers.get(MavenInstaller.class));
}

@Test @WithTimeout(300) public void sensitiveParameters() throws Exception {
@Test @WithTimeout(500) public void sensitiveParameters() throws Exception {
FreeStyleProject project = j.createFreeStyleProject();
ParametersDefinitionProperty pdb = new ParametersDefinitionProperty(
new StringParameterDefinition("string", "defaultValue", "string description"),
Expand Down

0 comments on commit 3dbbf26

Please sign in to comment.