Skip to content

Commit 9b67511

Browse files
committed
ci: increase iSCSI E2E timeout from 60m to 70m
Matches NVMe-oF and Shared suites. A single flaky retry can add 5-10 minutes, which pushed the suite past 60m with 1 test remaining.
1 parent 665a125 commit 9b67511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ jobs:
348348
run: |
349349
echo "=== Running iSCSI E2E Tests ==="
350350
# Run only iSCSI-specific tests from the iscsi/ directory
351-
ginkgo -v --timeout=60m --flake-attempts=2 ./tests/e2e/iscsi/...
351+
ginkgo -v --timeout=70m --flake-attempts=2 ./tests/e2e/iscsi/...
352352
- name: Upload diagnostic logs
353353
if: failure()
354354
uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)