Skip to content

disable timeout on phpunit #59

@odinuv

Description

@odinuv
A static helper also exists that can disable the process timeout for a specific script directly in composer.json:

{
    "scripts": {
        "test": [
            "Composer\\Config::disableProcessTimeout",
            "phpunit"
        ]
    }
}

https://getcomposer.org/doc/articles/scripts.md#writing-custom-commands

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions