Skip to content

Commit 8b31107

Browse files
author
Rahul Sharma
committed
increase retries count for node-addition test
1 parent 28651da commit 8b31107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/test/lb-with-node-addition/chainsaw-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
4040
echo "Nodebalancer ID: $nbid"
4141
42-
for i in {1..10}; do
42+
for i in {1..20}; do
4343
nbconfig=$(curl -s \
4444
-H "Authorization: Bearer $LINODE_TOKEN" \
4545
-H "Content-Type: application/json" \

0 commit comments

Comments
 (0)