Skip to content

Commit

Permalink
increase the retry count for the snmptrap tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Apr 11, 2017
1 parent 46b60c6 commit 502962c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7543,6 +7543,7 @@ func TestServer_AlertHandlers(t *testing.T) {
c.SNMPTrap.Enabled = true
c.SNMPTrap.Addr = ts.Addr
c.SNMPTrap.Community = ts.Community
c.SNMPTrap.Retries = 3
return ctxt, nil
},
result: func(ctxt context.Context) error {
Expand Down

0 comments on commit 502962c

Please sign in to comment.