Skip to content

Commit

Permalink
Update wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
sonsoleslp committed Oct 18, 2019
1 parent c428ef5 commit dbb6de2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import org.mockito.Mockito.mock
object Utils {
final val Port = 9001
final val SleepTime = 10000
final val SleepTimeShort = 2000
final val SleepTimeShort = 3000
final val ServerAddress = "http://localhost:9001"
final val OrionAddress = "http://localhost:2026"
final val ContentType = "Content-Type"
Expand Down

0 comments on commit dbb6de2

Please sign in to comment.