public function BaseProcessFilter::setTimeout

Set the process timeout.

Parameters

int $timeout The timeout for the process:

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseProcessFilter.php, line 29

Class

BaseProcessFilter
An external process based filter which provides a way to set a timeout on the process.

Namespace

Assetic\Filter

Code

public function setTimeout($timeout) {
  $this->timeout = $timeout;
}