this repo has no description

increase server start timeout

Changed files
+1 -1
worker
+1 -1
worker/worker.go
··· 212 212 if !ready { 213 213 return fmt.Errorf("server did not start correctly") 214 214 } 215 - case <-time.After(5 * time.Second): 215 + case <-time.After(30 * time.Second): 216 216 return fmt.Errorf("server start timed out") 217 217 } 218 218