diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2023-01-15 21:39:55 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-15 21:39:55 -0800 |
| commit | a3060c11dfe829820457077da0c5ae7a268bb39b (patch) | |
| tree | 4680939e64fb1025085f952716cf81fcab6d9831 | |
| parent | 4614e85efa2e79f811dad2c44cdb027f36aba385 (diff) | |
| download | seaweedfs-a3060c11dfe829820457077da0c5ae7a268bb39b.tar.xz seaweedfs-a3060c11dfe829820457077da0c5ae7a268bb39b.zip | |
increase timeout
| -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 b05c78bc2..4d1f0b85f 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 - timeout-minutes: 5 + timeout-minutes: 15 run: | echo "Starting FIO at: $(date)" # Concurrent r/w |
