Skip to content

Commit e937b1f

Browse files
authored
Merge pull request #573 from xmidt-org/lint
lint
2 parents f115388 + 57e2145 commit e937b1f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

kafka_integration_helpers_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ import (
2727
"github.com/xmidt-org/wrp-go/v5"
2828
)
2929

30-
const (
31-
messageConsumeWait = 60 * time.Second
32-
)
33-
3430
// testLogConsumer is a custom log consumer that sends container logs to the test logger
3531
type testLogConsumer struct {
3632
t *testing.T

kafka_integration_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ import (
1414
"github.com/xmidt-org/wrp-go/v5"
1515
)
1616

17+
const (
18+
messageConsumeWait = 30 * time.Second
19+
)
20+
1721
type testConfig struct {
1822
configFile string
1923
writeToKafka bool

0 commit comments

Comments
 (0)