mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-01 04:33:11 -04:00
committed by
Ralf Haferkamp
parent
f07454421a
commit
45ed7f0cee
@@ -16,9 +16,7 @@ func main() {
|
||||
// INFO: this is a hotfix, we need to replace suture and wait for nats to
|
||||
// gracefully shutdown using rungroups
|
||||
// see https://github.com/opencloud-eu/opencloud/issues/2282
|
||||
if os.Getenv("TEST_SERVER_URL") == "" {
|
||||
fmt.Println("Waiting for 30 seconds before exiting...")
|
||||
time.Sleep(30 * time.Second)
|
||||
fmt.Println("Exiting...")
|
||||
}
|
||||
fmt.Println("Waiting for 30 seconds before exiting...")
|
||||
time.Sleep(30 * time.Second)
|
||||
fmt.Println("Exiting...")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user