client_test.go | 1 + diff --git a/client_test.go b/client_test.go index 2cb78e5f6a413d1ce913d68aff1e3c7cc90fddf0..7508480073536089c2cd053aae4f90217ae0ef94 100644 --- a/client_test.go +++ b/client_test.go @@ -274,6 +274,7 @@ // We are uploading 13 bytes (the length of the greeting torrent). The // chunks are 2 bytes in length. Then the smallest burst we can run // with is 2. Time taken is (13-burst)/rate. SeederUploadRateLimiter: rate.NewLimiter(11, 2), + ExportClientStatus: true, }) require.True(t, time.Since(started) > time.Second) }