From a94b400ea5eb3cbe3be4bd4a5b98c8c9c3a214f9 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Mon, 17 Jun 2019 12:02:08 -0400 Subject: [PATCH] Removing short timeout on ContainerExecDecoratorTest.testContainerExecPerformance. --- .../plugins/kubernetes/pipeline/ContainerExecDecoratorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/csanchez/jenkins/plugins/kubernetes/pipeline/ContainerExecDecoratorTest.java b/src/test/java/org/csanchez/jenkins/plugins/kubernetes/pipeline/ContainerExecDecoratorTest.java index 44ec1ad5f0..2fdd247665 100644 --- a/src/test/java/org/csanchez/jenkins/plugins/kubernetes/pipeline/ContainerExecDecoratorTest.java +++ b/src/test/java/org/csanchez/jenkins/plugins/kubernetes/pipeline/ContainerExecDecoratorTest.java @@ -305,7 +305,7 @@ public void run() { assertEquals("Errors in threads", 0, errors.get()); } - @Test(timeout=10000) + @Test @Issue("JENKINS-50429") public void testContainerExecPerformance() throws Exception { for (int i = 0; i < 10; i++) {