Skip to content

Commit

Permalink
Testing timeout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jadhaj committed Feb 20, 2024
1 parent 06a1042 commit 07bbe88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ tests:
DEVSCRIPTS_CONFIG: |
FIPS_MODE=true
IP_STACK=v6
HOST_IP_STACK=v4v6
MIRROR_IMAGES=true
INSTALLER_PROXY=true
NETWORK_TYPE=OVNKubernetes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ echo 'export KUBECONFIG=\$(ls /root/dev-scripts/ocp/*/auth/kubeconfig)' >> /root
# squid needs to be restarted after network changes
podman restart --time 1 external-squid || true
timeout -s 9 105m make ${DEVSCRIPTS_TARGET}
timeout -s 9 130m make ${DEVSCRIPTS_TARGET}
# Add extra CI specific rules to the libvirt zone, this can't be done earlier because the zone only now exists
# TODO: In reality the bridges should be in the public zone
Expand Down

0 comments on commit 07bbe88

Please sign in to comment.