Skip to content

Commit

Permalink
More Travis timing tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvik committed Feb 25, 2016
1 parent 4eb6f29 commit 766abed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/test/resources/application.conf
Expand Up @@ -2,5 +2,5 @@ akka {
loglevel = "DEBUG"
loggers = ["akka.event.slf4j.Slf4jLogger"]
log-dead-letters = off
logger-startup-timeout = 15s
logger-startup-timeout = 1m
}
Expand Up @@ -660,8 +660,8 @@ class DefaultS3ClientSpec extends FreeSpec with Materialised with MockFactory {
object DefaultS3ClientSpec {
val TestUploadCheckConfig = ConfigFactory.parseString(
"""awsutil.s3 {
| upload-check-interval = 5ms
| upload-check-timeout = 100ms
| upload-check-interval = 10ms
| upload-check-timeout = 500ms
|}
""".stripMargin)

Expand Down

0 comments on commit 766abed

Please sign in to comment.