Skip to content

Commit

Permalink
sleep in getenclaves removed
Browse files Browse the repository at this point in the history
  • Loading branch information
leoporoli committed Nov 25, 2023
1 parent c3f62ec commit 74e47f5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,6 @@ func (backend *DockerKurtosisBackend) GetEnclaves(
)
}

logrus.Infof("[LEO-DEBUG] sleeping for 30 seconds")
time.Sleep(30 * time.Second)
logrus.Infof("[LEO-DEBUG] sleeping ends")

return result, nil
}

Expand Down

0 comments on commit 74e47f5

Please sign in to comment.