aboutsummaryrefslogtreecommitdiffstats
path: root/integration_test/non-byzantine_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integration_test/non-byzantine_test.go')
-rw-r--r--integration_test/non-byzantine_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/integration_test/non-byzantine_test.go b/integration_test/non-byzantine_test.go
index 827d2ad..afda9b4 100644
--- a/integration_test/non-byzantine_test.go
+++ b/integration_test/non-byzantine_test.go
@@ -33,11 +33,11 @@ type NonByzantineTestSuite struct {
func (s *NonByzantineTestSuite) TestNonByzantine() {
var (
- networkLatency = &NormalLatencyModel{
+ networkLatency = &test.NormalLatencyModel{
Sigma: 20,
Mean: 250,
}
- proposingLatency = &NormalLatencyModel{
+ proposingLatency = &test.NormalLatencyModel{
Sigma: 30,
Mean: 500,
}