Skip to content

Commit ab0d3c5

Browse files
committed
MQE-1520: Consolidate WAIT_TIMEOUT in .env and pageload_timeout
- Fixed Verification Tests
1 parent 0792413 commit ab0d3c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/_bootstrap.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
'MAGENTO_BACKEND_NAME' => 'admin',
4646
'MAGENTO_ADMIN_USERNAME' => 'admin',
4747
'MAGENTO_ADMIN_PASSWORD' => 'admin123',
48-
'DEFAULT_TIMEZONE' => 'America/Los_Angeles'
48+
'DEFAULT_TIMEZONE' => 'America/Los_Angeles',
49+
'WAIT_TIMEOUT' => '10'
4950
];
5051

5152
foreach ($TEST_ENVS as $key => $value) {

0 commit comments

Comments
 (0)