Skip to content
Snippets Groups Projects
Commit 47df11af authored by Dale Sikkema's avatar Dale Sikkema
Browse files

Revert "MAGETWO-44154: Random PAT build failures due to 400/503 HTTP response errors being thrown"

This reverts commit d6676d0b.
parent 9ad4b8e1
No related merge requests found
......@@ -322,8 +322,10 @@ angular.module('readiness-check', [])
angular.forEach($scope.items, function(item) {
item.show();
});
var $delay = 0;
angular.forEach($scope.items, function(item) {
$scope.query(item);
$timeout(function() { $scope.query(item); }, $delay * 1000);
$delay++;
});
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment