Skip to content

Commit

Permalink
increase waiting time for snapshot of stats to be updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Dijk committed Aug 4, 2016
1 parent 19ff2e6 commit a492b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swim/stats_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (s *StatsTestSuite) TestProtocolStats() {

// We need to sleep for at least 5 seconds, as this is the tick period for
// the metrics.Meter and it cannot be easily changed.
time.Sleep(5 * time.Second)
time.Sleep(6 * time.Second)

stats := s.testNode.node.ProtocolStats()

Expand Down

0 comments on commit a492b9a

Please sign in to comment.