mirror of https://github.com/dapr/quickstarts.git
increasing sleep time
Signed-off-by: Fernando Rocha <fernando@diagrid.io>
This commit is contained in:
parent
471930f085
commit
2601a5df36
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue