Skip to content

Commit bb9a566

Browse files
committed
try increasing retry attempts on windows e2e
1 parent 612a13d commit bb9a566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-windows-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
FETCH_PODS_FROM_KUBE_SERVICE: "false"
145145
with:
146146
retry_seconds: 60
147-
retry_attempts: 5
147+
retry_attempts: 7
148148
agent_enabled: false
149149
scenario_tag: ${{ steps.create-scenario-tag-and-ns.outputs.scenario_tag }}
150150
spec_path: e2e/test-specs-windows.yml

0 commit comments

Comments
 (0)