From 115800387319008e36b8e68f27c4d8d471f7cb92 Mon Sep 17 00:00:00 2001 From: GH Actions Date: Fri, 10 Feb 2023 08:48:39 +0000 Subject: [PATCH] Terrible hack - but there is an issue with the groups being created and not being made available. --- safetorun/status_query.go | 1 + 1 file changed, 1 insertion(+) diff --git a/safetorun/status_query.go b/safetorun/status_query.go index cfb1d82..e219427 100644 --- a/safetorun/status_query.go +++ b/safetorun/status_query.go @@ -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")