summaryrefslogtreecommitdiff
path: root/constants/constants.go
diff options
context:
space:
mode:
Diffstat (limited to 'constants/constants.go')
-rw-r--r--constants/constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/constants.go b/constants/constants.go
index a015f14..635aef7 100644
--- a/constants/constants.go
+++ b/constants/constants.go
@@ -20,7 +20,7 @@ var (
// The number of probes to send when calculating RTT.
MeasurementProbeCount int = 5
// The amount of time that we give ourselves to calculate the RPM.
- RPMCalculationTime time.Duration = 10 * time.Second
+ RPMCalculationTime int = 10
// The default amount of time that a test will take to calculate the RPM.
DefaultTestTime int = 20