Skip to content

Commit

Permalink
Merge pull request #48 from RADAR-CNS/release-0.1.2
Browse files Browse the repository at this point in the history
Release 0.1.2
  • Loading branch information
nivemaham authored Dec 18, 2017
2 parents 6a80d59 + 0ea3c5e commit e6fbd93
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 525 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
//---------------------------------------------------------------------------//

group = 'org.radarcns'
version = '0.1.1'
version = '0.1.2'
ext.description = 'Kafka backend for processing device data.'

mainClassName = 'org.radarcns.RadarBackend'
Expand All @@ -41,7 +41,7 @@ ext.findbugVersion = '3.0.1'
ext.commonsCliVersion = '1.2'
ext.mockitoVersion = '2.2.29'
ext.radarCommonsVersion = '0.6.3'
ext.radarSchemasVersion = '0.2.2'
ext.radarSchemasVersion = '0.2.3'
ext.subethamailVersion = '3.1.7'
ext.jsoupVersion = '1.10.2'
ext.slf4jVersion = '1.7.25'
Expand Down
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
Loading

0 comments on commit e6fbd93

Please sign in to comment.