TaceTeamCollectionInfo:Remove delay

This commit is contained in:
Meng Xu 2019-06-28 16:19:58 -07:00
parent 875cb877ac
commit 63c42533eb
1 changed files with 1 additions and 1 deletions

View File

@ -1897,7 +1897,7 @@ struct DDTeamCollection : ReferenceCounted<DDTeamCollection> {
// Advance time so that we will not have multiple TeamCollectionInfo at the same time, otherwise
// simulation test will randomly pick one TeamCollectionInfo trace, which could be the one before build teams
wait(delay(0.01));
//wait(delay(0.01));
// Debug purpose
// if (healthyMachineTeamCount > desiredMachineTeams || machineTeams.size() > maxMachineTeams) {