calculateTimeoutMs

open fun calculateTimeoutMs(buildingCount: Int): Long

Returns the plotting timeout in milliseconds, proportional to the number of buildings.

Return

timeout in milliseconds

Parameters

buildingCount

the number of buildings in the property (must be >= 0)

Throws

if buildingCount is negative