dartdocTimeout property

Duration dartdocTimeout
final

The timeout to use when running dartdoc on the package.

When totalTimeout is also specified, the lower of dartdocTimeout and the remaining budget will be used.

Implementation

final Duration dartdocTimeout;