Skip to content

Commit

Permalink
timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
m110 committed Oct 29, 2024
1 parent acc88ed commit f564e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/real-world-examples/delayed-requeue/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func main() {
panic(err)
}

time.Sleep(2 * time.Second)
time.Sleep(1 * time.Second)
}
}

Expand Down

0 comments on commit f564e88

Please sign in to comment.