You are here

protected property TestSiteInstallCommand::$timeLimit in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php \Drupal\TestSite\Commands\TestSiteInstallCommand::timeLimit

Time limit in seconds for the test.

Used by \Drupal\Core\Test\FunctionalTestSetupTrait::prepareEnvironment().

Type: int

File

core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php, line 47

Class

TestSiteInstallCommand
Command to create a test Drupal site.

Namespace

Drupal\TestSite\Commands

Code

protected $timeLimit = 500;