Browse Source

increase timeout for 4kB block FIO test

test-reverting-lock-table
chrislu 1 year ago
parent
commit
181e6f2f42
  1. 2
      .github/workflows/e2e.yml

2
.github/workflows/e2e.yml

@ -42,7 +42,7 @@ jobs:
run: make build_e2e && docker compose -f ./compose/e2e-mount.yml up --wait
- name: Run FIO 4k
timeout-minutes: 15
timeout-minutes: 20
run: |
echo "Starting FIO at: $(date)"
# Concurrent r/w

Loading…
Cancel
Save