Skip to content

Commit

Permalink
[JENKINS-72577] Revert "Increase MavenTest#sensitiveParameters() time…
Browse files Browse the repository at this point in the history
…out to 500s" (#9374)

Co-authored-by: Tim Jacomb <[email protected]>
  • Loading branch information
dduportal and timja authored Jun 11, 2024
1 parent 624270f commit d4e970f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/src/test/java/hudson/tasks/MavenTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
import org.jvnet.hudson.test.Issue;
import org.jvnet.hudson.test.JenkinsRule;
import org.jvnet.hudson.test.ToolInstallations;
import org.jvnet.hudson.test.recipes.WithTimeout;
import org.kohsuke.stapler.jelly.JellyFacet;

/**
Expand Down Expand Up @@ -191,7 +190,7 @@ private void verify() throws Exception {
assertNotNull(isp.installers.get(MavenInstaller.class));
}

@Test @WithTimeout(500) public void sensitiveParameters() throws Exception {
@Test 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 d4e970f

Please sign in to comment.