Skip to content

Commit

Permalink
Increase timeout for Flow Visibility e2e tests on Kind (antrea-io#5354)
Browse files Browse the repository at this point in the history
From 15m to 20m.
I have seen the job fail a couple of times lately because of the timeout.

Signed-off-by: Antonin Bas <[email protected]>
  • Loading branch information
antoninbas authored Aug 3, 2023
1 parent 83e0310 commit b6115c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/kind/test-e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ function run_test {
fi

if $flow_visibility; then
timeout="15m"
timeout="20m"
flow_visibility_args="-run=TestFlowAggregator --flow-visibility"
if $coverage; then
$FLOWAGGREGATOR_YML_CMD --coverage | docker exec -i kind-control-plane dd of=/root/flow-aggregator-coverage.yml
Expand Down

0 comments on commit b6115c0

Please sign in to comment.