Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
venkat1109 committed Apr 24, 2017
1 parent b1fcd3e commit 37ac60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (tb *testBase) setupSuiteImpl(t *testing.T) {

// Adjust the controller and storehost scan intervals
controllerhost.IntervalBtwnScans = time.Second
controllerhost.SetDrainExtentTimeout(5*time.Second)
controllerhost.SetDrainExtentTimeout(5 * time.Second)
storehost.ExtStatsReporterSetReportInterval(time.Second)
storehost.ExtStatsReporterResume()

Expand Down
2 changes: 1 addition & 1 deletion test/integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ func (s *NetIntegrationSuiteParallelA) TestDLQWithCassandra() {
cgLockTimeout = 1
cgExpectedDeliveryCount = cgMaxDeliveryCount + 1
cgVerifyLoopTimeout = time.Minute * 2
cgVerifyLoopTicker = (cgLockTimeout * time.Second)/2
cgVerifyLoopTicker = (cgLockTimeout * time.Second) / 2
cnsmrPrefetch = 10
publisherPubInterval = 150

Expand Down

0 comments on commit 37ac60c

Please sign in to comment.