Skip to content

Commit

Permalink
[#629] Increase timeout for specific http adapter unit tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Karsten Frank <Karsten.Frank@bosch-si.com>
  • Loading branch information
sysexcontrol committed Jun 8, 2018
1 parent 509c421 commit 7f8ba45
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -70,10 +70,11 @@
public class VertxBasedHttpProtocolAdapterTest {

/**
* Time out all tests after 5 seconds.
* Time out all tests after 10 seconds (some timer based functionality need a slightly higher timeout in
* slow environments).
*/
@Rule
public Timeout timeout = Timeout.seconds(5);
public Timeout timeout = Timeout.seconds(10);

private static final String HOST = "localhost";

Expand Down

0 comments on commit 7f8ba45

Please sign in to comment.