Skip to content

Commit

Permalink
Added a delay in attempt to fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
jdgoldie committed Jan 14, 2015
1 parent b6dd61a commit dd97ccf
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -41,4 +41,8 @@ class GridGainJournalSpec extends JournalSpec {

val grid = TestGrid("src/test/resources/gridgain-config.xml")

protected override def beforeEach(): Unit = {
super.beforeEach()
Thread.sleep(1000) //to help Travis-CI keep up
}
}

0 comments on commit dd97ccf

Please sign in to comment.