Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to control timeout for PHPUnit process #104

Merged
merged 1 commit into from
Jan 4, 2020
Merged

Add ability to control timeout for PHPUnit process #104

merged 1 commit into from
Jan 4, 2020

Conversation

sibprogrammer
Copy link
Contributor

No description provided.

$this->phpunitBinaryPath = $options['phpunit']['binaryPath'] ?? self::DEFAULT_BINARY_PATH;
$this->phpunitTimeout = $options['phpunit']['timeout'] ?? 60;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is 60 the default being used if setTimeout is not called on Process?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it is.

@sibprogrammer
Copy link
Contributor Author

FYI styleci warnings have been fixed

@freekmurze freekmurze merged commit 22c1105 into spatie:master Jan 4, 2020
@freekmurze
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants