This is an automated email from the ASF dual-hosted git repository.
krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new 918bb6e KNOX-1757 - Increasing test timeout from 1 second to 3
seconds (Sandor Molnar via Kevin Risden)
918bb6e is described below
commit 918bb6ebac23f9785bfce26f4e7315fd86233691
Author: Sandor Molnar <[email protected]>
AuthorDate: Tue Feb 5 15:12:15 2019 +0100
KNOX-1757 - Increasing test timeout from 1 second to 3 seconds (Sandor
Molnar via Kevin Risden)
Signed-off-by: Kevin Risden <[email protected]>
---
.../test/java/org/apache/knox/gateway/deploy/DeploymentFactoryTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/gateway-server/src/test/java/org/apache/knox/gateway/deploy/DeploymentFactoryTest.java
b/gateway-server/src/test/java/org/apache/knox/gateway/deploy/DeploymentFactoryTest.java
index 9fde6ad..8d17e22 100644
---
a/gateway-server/src/test/java/org/apache/knox/gateway/deploy/DeploymentFactoryTest.java
+++
b/gateway-server/src/test/java/org/apache/knox/gateway/deploy/DeploymentFactoryTest.java
@@ -157,7 +157,7 @@ public class DeploymentFactoryTest {
}
}
- @Test( timeout = TestUtils.SHORT_TIMEOUT )
+ @Test( timeout = TestUtils.MEDIUM_TIMEOUT )
public void test_validateNoAppsWithDuplicateUrlsInTopology() {
DeploymentFactory.validateNoAppsWithDuplicateUrlsInTopology( null );