Skip to content

Commit

Permalink
Raise all timeout to 1h in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Oct 5, 2023
1 parent 42e7687 commit 4e8833a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/vlab-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function control {
}

control kubectl get agent -o wide
control kubectl wait --for=condition=Applied --timeout=300s agent/switch-1 agent/switch-2
control kubectl wait --for=condition=Applied --timeout=3600s agent/switch-1 agent/switch-2
control kubectl get agent -o wide

control kubectl fabric vpc create --name vpc-1 --subnet 10.90.1.1/24
Expand Down

0 comments on commit 4e8833a

Please sign in to comment.