Browse Source

increase timeout

pull/4132/head
Chris Lu 2 years ago
committed by GitHub
parent
commit
a3060c11df
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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
timeout-minutes: 5
timeout-minutes: 15
run: |
echo "Starting FIO at: $(date)"
# Concurrent r/w

Loading…
Cancel
Save