Add a poll request to group create
Closes #692 (closed)
This add a polling wait on the gitlab_group Create method, to ensure that the group is created before we proceed to the Update operation that happens afterward. Groups appear to be treated as an async operation, and this will handle issues where groups don't create quite fast enough to respond to the Read call that happens after Create.