Skip to content

Commit

Permalink
Introducing timeout in order to wait for the job to be completed/ del…
Browse files Browse the repository at this point in the history
…eted
  • Loading branch information
JaylonmcShan03 committed Oct 22, 2024
1 parent 53a000e commit 49e0e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/resource_kubernetes_job_v1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ func TestAccKubernetesJobV1_updateTTLFromZero(t *testing.T) {
// Step 2: Wait for the Job to complete and be deleted
{
PreConfig: func() {
time.Sleep(70 * time.Second)
time.Sleep(120 * time.Second)
},
Config: testAccKubernetesJobV1Config_customizeDiff_ttlZero(name, imageName),
PlanOnly: true,
Expand Down

0 comments on commit 49e0e4e

Please sign in to comment.