Skip to content

Commit

Permalink
Merge pull request #636 from nestoracunablanco/fix/timeoutVMReady
Browse files Browse the repository at this point in the history
fix: increase timeout for end-to-end tests
  • Loading branch information
kubevirt-bot authored Nov 18, 2024
2 parents 0b501f0 + 9570aa7 commit 75de525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/test-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
storage: 30Gi
EOF

timeout=600
timeout=900
sample=10

oc wait --for=condition=Ready --timeout=${timeout}s dv/"${dv_name}" -n $namespace
Expand Down

0 comments on commit 75de525

Please sign in to comment.