diff options
| author | chrislu <chris.lu@gmail.com> | 2023-09-22 16:42:25 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-09-22 16:42:25 -0700 |
| commit | 181e6f2f4284f7cbd0b02489b2a235638c7ac551 (patch) | |
| tree | 21cf04c90bca4085c70ce8d174a98407be6dc089 | |
| parent | 0c8f16d8bd37cbbccb35c7ca46c81b3422038505 (diff) | |
| download | seaweedfs-181e6f2f4284f7cbd0b02489b2a235638c7ac551.tar.xz seaweedfs-181e6f2f4284f7cbd0b02489b2a235638c7ac551.zip | |
increase timeout for 4kB block FIO test
| -rw-r--r-- | .github/workflows/e2e.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 3b1e0ac31..e5a76d3b3 100644 --- a/.github/workflows/e2e.yml +++ b/.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 |
