increasing sleep time

Signed-off-by: Fernando Rocha <fernando@diagrid.io>
This commit is contained in:
Fernando Rocha 2024-07-24 23:25:23 -07:00
parent 471930f085
commit 2601a5df36
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ type App struct {
var app App
func main() {
// Waiting 5 seconds for the job-service to start
time.Sleep(5 * time.Second)
// Waiting 15 seconds for the job-service to start
time.Sleep(15 * time.Second)
droidJobs := []DroidJob{
{Name: "R2-D2", Job: "Oil Change", DueTime: "5s"},