Skip to content

Commit

Permalink
Truncate comments in config with PR link
Browse files Browse the repository at this point in the history
  • Loading branch information
seglo committed Nov 29, 2019
1 parent cca036a commit 3fcd58d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions tests/src/it/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ akka {
}

test {
# increase max time dilation to account for slow test environments like Travis and Jenkins.
# this is useful for tests that assert consistency where lots of client restarts occur that can cause congestion on the test broker
#
# i.e. transactional tests that use RestartSource to assert consistency for streams with transient failures
#
# https://doc.akka.io/docs/akka/current/testing.html#accounting-for-slow-test-systems
# https://github.com/akka/alpakka-kafka/pull/994
timefactor = 3.0
single-expect-default = 10s
}
Expand Down
7 changes: 1 addition & 6 deletions tests/src/test/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ akka {
}

test {
# increase max time dilation to account for slow test environments like Travis and Jenkins.
# this is useful for tests that assert consistency where lots of client restarts occur that can cause congestion on the test broker
#
# i.e. transactional tests that use RestartSource to assert consistency for streams with transient failures
#
# https://doc.akka.io/docs/akka/current/testing.html#accounting-for-slow-test-systems
# https://github.com/akka/alpakka-kafka/pull/994
timefactor = 3.0
single-expect-default = 10s
}
Expand Down

0 comments on commit 3fcd58d

Please sign in to comment.