mirror of https://github.com/jenkinsci/jenkins.git
Increase MavenTest#sensitiveParameters() timeout to 500s (#8840)
This commit is contained in:
parent
7392571c65
commit
3dbbf26894
|
@ -191,7 +191,7 @@ public class MavenTest {
|
|||
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"),
|
||||
|
|
Loading…
Reference in New Issue