Skip to content

Commit 49e0e4e

Browse files
Introducing timeout in order to wait for the job to be completed/ deleted
1 parent 53a000e commit 49e0e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/resource_kubernetes_job_v1_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ func TestAccKubernetesJobV1_updateTTLFromZero(t *testing.T) {
295295
// Step 2: Wait for the Job to complete and be deleted
296296
{
297297
PreConfig: func() {
298-
time.Sleep(70 * time.Second)
298+
time.Sleep(120 * time.Second)
299299
},
300300
Config: testAccKubernetesJobV1Config_customizeDiff_ttlZero(name, imageName),
301301
PlanOnly: true,

0 commit comments

Comments
 (0)