Skip to content

Commit

Permalink
h2o-test: use unique session id strings closes to avoid jenkins test …
Browse files Browse the repository at this point in the history
…failures closes apache#119
  • Loading branch information
andrewpalumbo committed Apr 17, 2015
1 parent 3e39210 commit 435dd49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ trait DistributedH2OSuite extends DistributedMahoutSuite with LoggerConfiguratio
override protected def beforeEach() {
super.beforeEach()

mahoutCtx = mahoutH2OContext("mah2out")
mahoutCtx = mahoutH2OContext("mah2out" + System.currentTimeMillis())
}

override protected def afterEach() {
Expand Down

0 comments on commit 435dd49

Please sign in to comment.