Skip to content

Commit ca59387

Browse files
committed
Test
1 parent 12be38c commit ca59387

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/appsignals-e2e-eks-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
id: create_service_account
101101
uses: ./.github/workflows/actions/execute_and_retry
102102
with:
103-
command: "eksctl create iamserviceaccount \
103+
command: "eksl create iamserviceaccount \
104104
--name service-account-${{ env.TESTING_ID }} \
105105
--namespace ${{ env.SAMPLE_APP_NAMESPACE }} \
106106
--cluster ${{ inputs.test-cluster-name }} \
@@ -154,12 +154,12 @@ jobs:
154154
# after installing App Signals. Attempts to connect will be made for up to 10 minutes
155155
if [ $deployment_failed -eq 0 ]; then
156156
. ${{ env.TEST_RESOURCES_FOLDER }}/.github/workflows/util/execute_and_retry.sh
157-
execute_and_retry 2 \
158-
"${{ env.TEST_RESOURCES_FOLDER }}/enablent-script/enable-app-signals.sh \
157+
execute_and_retry 3 \
158+
"${{ env.TEST_RESOURCES_FOLDER }}/enablement-script/enable-app-signals.sh \
159159
${{ inputs.test-cluster-name }} \
160160
${{ inputs.aws-region }} \
161161
${{ env.SAMPLE_APP_NAMESPACE }}" \
162-
5 \
162+
60 \
163163
"${{ env.TEST_RESOURCES_FOLDER }}/enablement-script/clean-app-signals.sh \
164164
${{ inputs.test-cluster-name }} \
165165
${{ inputs.aws-region }} \

0 commit comments

Comments
 (0)