diff --git a/scripts/AdjustSites.py b/scripts/AdjustSites.py index bbb81fe300..12869e33bc 100644 --- a/scripts/AdjustSites.py +++ b/scripts/AdjustSites.py @@ -419,6 +419,7 @@ def main(): crabserver = CRABRest(host, cert, cert, retry=3, userAgent='CRABSchedd') crabserver.setDbInstance(dbInstance) + time.sleep(60) # give TW time to update taskDB #8411 checkTaskInfo(crabserver, ad) # is this the first time this script runs for this task ? (it runs at each resubmit as well !)