We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0792413 commit ab0d3c5Copy full SHA for ab0d3c5
dev/tests/_bootstrap.php
@@ -45,7 +45,8 @@
45
'MAGENTO_BACKEND_NAME' => 'admin',
46
'MAGENTO_ADMIN_USERNAME' => 'admin',
47
'MAGENTO_ADMIN_PASSWORD' => 'admin123',
48
- 'DEFAULT_TIMEZONE' => 'America/Los_Angeles'
+ 'DEFAULT_TIMEZONE' => 'America/Los_Angeles',
49
+ 'WAIT_TIMEOUT' => '10'
50
];
51
52
foreach ($TEST_ENVS as $key => $value) {
0 commit comments