Skip to content

Commit bbab70d

Browse files
authored
Merge pull request #156 from magento-gl/MQE-3205
MQE-3205: Set proper weight for action <startMessageQueue> for config parallel generation
2 parents fc5de4c + 5f7712c commit bbab70d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Magento/FunctionalTestingFramework/Test/Objects/TestObject.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class TestObject
3939
'deleteData' => 200,
4040
'updateData' => 200,
4141
'getOTP' => 1000,
42+
'startMessageQueue' => 700,
4243
];
4344

4445
const WEBAPI_AUTH_TEST_ACTIONS = [

0 commit comments

Comments
 (0)