Skip to content

Process timeout are not taken into account #230

@steevanb

Description

@steevanb

If i add a timeout to a process, this configuration is not taken into account

Example with tests/processes.php:

$process1 = new Process(['sleep', '120'], $rootDir);
$process1->setTimeout(1.0);

$process1->start();
$process1->wait();
echo $process1->getExecutionTime();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions