mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 11:38:15 +00:00
Fix typo at job_test.go
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
This commit is contained in:
parent
ad18954259
commit
1dec97436c
@ -1456,7 +1456,7 @@ func TestJobPodsCreatedWithExponentialBackoff(t *testing.T) {
|
||||
t.Fatalf("Third pod should be created at least %v seconds after the second pod", 2*jobcontroller.DefaultJobBackOff)
|
||||
}
|
||||
|
||||
// The third pod should be created witin 8 seconds
|
||||
// The third pod should be created within 8 seconds
|
||||
// This check rules out double counting
|
||||
if diff >= 4*jobcontroller.DefaultJobBackOff.Seconds() {
|
||||
t.Fatalf("Third pod should be created before %v seconds after the second pod", 4*jobcontroller.DefaultJobBackOff)
|
||||
|
Loading…
Reference in New Issue
Block a user