Increase MavenTest#sensitiveParameters() timeout to 500s (#8840)

This commit is contained in:
Alexander Brandes 2024-01-07 13:42:29 +01:00 committed by GitHub
parent 7392571c65
commit 3dbbf26894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"),