diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-16 10:30:07 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-16 10:30:22 +0200 |
commit | 5f0a8f2ff2804c36cb201d390dc5ff3425c2cac7 (patch) | |
tree | f517dbe9cb0d27e42fb51d059a2a3df965161c34 /server/sonar-process | |
parent | 079aef3828bafa650436ebd4258776bb395c8431 (diff) | |
download | sonarqube-5f0a8f2ff2804c36cb201d390dc5ff3425c2cac7.tar.gz sonarqube-5f0a8f2ff2804c36cb201d390dc5ff3425c2cac7.zip |
Increase some timeouts in tests
Diffstat (limited to 'server/sonar-process')
-rw-r--r-- | server/sonar-process/src/test/java/org/sonar/process/ProcessEntryPointTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-process/src/test/java/org/sonar/process/ProcessEntryPointTest.java b/server/sonar-process/src/test/java/org/sonar/process/ProcessEntryPointTest.java index a24fec18704..98ac2495232 100644 --- a/server/sonar-process/src/test/java/org/sonar/process/ProcessEntryPointTest.java +++ b/server/sonar-process/src/test/java/org/sonar/process/ProcessEntryPointTest.java @@ -44,7 +44,7 @@ public class ProcessEntryPointTest { * Safeguard */ @Rule - public TestRule timeout = new DisableOnDebug(Timeout.seconds(10)); + public TestRule timeout = new DisableOnDebug(Timeout.seconds(60)); @Rule public TemporaryFolder temp = new TemporaryFolder(); |