Skip to content

Commit 2ce32b7

Browse files
douglas-reidandraxylia
authored andcommitted
Add sleep time into default route testing (#439)
For mixer e2e-smoketest, we have been observing near constant failures. They seem to be related to failure to resolve default routes. This change increases the sleep time between retries in an attempt to make the tests more resilient.
1 parent 2844a60 commit 2ce32b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/kubeTest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ do
106106
echo "Success!"
107107
break
108108
fi
109-
sleep 10
109+
sleep 60
110110
done
111111

112112
# Test version routing

0 commit comments

Comments
 (0)