Skip to content

Commit

Permalink
Increased Timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-kiefer committed Nov 13, 2023
1 parent 31839cb commit 921c007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/00-Scripts/Initialize-Testset.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ try
$jobName = (kubectl apply -f apply_to_cluster.yaml -o 'template={{.metadata.name}}')
try
{
if (kubectl wait job $jobName --for 'condition=complete' --timeout=30s)
if (kubectl wait job $jobName --for 'condition=complete' --timeout=60s)
{
kubectl logs --all-containers --prefix --selector "job-name=$jobName" --tail=-1 | Write-Error
throw "Job did not complete in 30 seconds"
Expand Down

0 comments on commit 921c007

Please sign in to comment.