Skip to content

Commit

Permalink
Fix test failure due to table fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
driskell authored Aug 21, 2020
1 parent 68d679b commit a901619
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ private function cleanupRunningJobs($groupId)
$jobs = $this->_config->getJobs();

$connection->update(
$scheduleResource->getMainTable(),
$scheduleResource->getTable('cron_schedule'),
[
'status' => \Magento\Cron\Model\Schedule::STATUS_ERROR,
'messages' => 'Time out'
Expand Down

0 comments on commit a901619

Please sign in to comment.