Skip to content

Commit

Permalink
Terrible hack - but there is an issue with the groups being created a…
Browse files Browse the repository at this point in the history
…nd not being made available.
  • Loading branch information
GH Actions committed Feb 10, 2023
1 parent 6f274dc commit 1158003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions safetorun/status_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func (client Client) WaitForCompletion(organisationId string) error {
time.Sleep(time.Second)
break
case EndedWithSuccess:
time.Sleep(time.Second * 3)
return nil
case EndedWithError:
return errors.New("sorry. Something went wrong")
Expand Down

0 comments on commit 1158003

Please sign in to comment.