Skip to content

Commit

Permalink
Waiting longer for scassandra server startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelkiessling committed Jan 29, 2016
1 parent b29b575 commit 274640a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/test/ApplicationSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class ApplicationSpec extends PlaySpec with OneAppPerSuite {
"work" in {
val s = new ServerStubRunner()
s.start()
Thread.sleep(1000L)
Thread.sleep(10000L)

val sc = new ScassandraServerRule()
val pc = sc.primingClient()
Expand Down

0 comments on commit 274640a

Please sign in to comment.