Skip to content

Commit

Permalink
[eclipse-kanto#44] Status timeout name fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Zhechev <Nikola.Zhechev@bosch.io>
  • Loading branch information
nzhechev-bosch committed Sep 20, 2022
1 parent 9b29032 commit c2e5013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/connector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func (suite *ConnectorSuite) TestConnectionStatus() {
ReadyUntil time.Time `json:"readyUntil"`
}

timeout := time.Duration(suite.cfg.StatusTimeoutMS * int(time.Millisecond))
timeout := time.Duration(suite.cfg.StatusTimeoutMs * int(time.Millisecond))
threshold := time.Now().Add(timeout)

for {
Expand Down

0 comments on commit c2e5013

Please sign in to comment.