Skip to content

Commit

Permalink
kubevirt: ssp: Increase timeout for tests
Browse files Browse the repository at this point in the history
Increased timeout from the default 1 hour to 2 hours.
The current tests take around 55 minutes, and if a PR adds
more tests, the old timeout will not be enough.
  • Loading branch information
akrejcir committed Feb 20, 2023
1 parent 7e53d43 commit a8aad77
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ tests:
requests:
cpu: 100m
memory: 200Mi
timeout: 2h0m0s
workflow: ipi-gcp
- as: e2e-upgrade-functests
steps:
Expand All @@ -83,6 +84,7 @@ tests:
requests:
cpu: 100m
memory: 200Mi
timeout: 2h0m0s
workflow: ipi-gcp
- as: e2e-single-node-functests
steps:
Expand All @@ -107,6 +109,7 @@ tests:
requests:
cpu: 100m
memory: 200Mi
timeout: 2h0m0s
workflow: ipi-gcp-single-node
zz_generated_metadata:
branch: master
Expand Down

0 comments on commit a8aad77

Please sign in to comment.