Skip to content

Commit 99d3c3b

Browse files
committed
Increase NetworkPolicy propagation wait time for boutique test
12 services with complex policies need more time to propagate across all nodes than the basic 3-service lab.
1 parent f11cd0f commit 99d3c3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
run: echo "y" | ./harden.sh
199199

200200
- name: Wait for NetworkPolicy propagation
201-
run: sleep 5
201+
run: sleep 15
202202

203203
- name: Test connectivity (after hardening)
204204
working-directory: examples/kind-lab-boutique

0 commit comments

Comments
 (0)