Skip to content

Commit

Permalink
Merge pull request #46 from RADAR-CNS/test_timeout
Browse files Browse the repository at this point in the history
Increase test timeout
  • Loading branch information
blootsvoets authored Dec 13, 2017
2 parents 1ecf130 + 64aa552 commit 69a92d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void tearDown() throws IOException, InterruptedException {
backend.shutdown();
}

@Test(timeout = 600_000L)
@Test(timeout = 3000_000L)
public void testDirect() throws Exception {
ConfigRadar config = propHandler.getRadarProperties();

Expand Down

0 comments on commit 69a92d2

Please sign in to comment.