diff options
| author | chrislu <chris.lu@gmail.com> | 2023-09-22 16:44:45 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-09-22 16:44:45 -0700 |
| commit | c0bb87e036d20fe050aa0ef6346b4c8b36769862 (patch) | |
| tree | a082f5ba55b47e29daf66e3d747350b46af80c7f | |
| parent | 181e6f2f4284f7cbd0b02489b2a235638c7ac551 (diff) | |
| download | seaweedfs-c0bb87e036d20fe050aa0ef6346b4c8b36769862.tar.xz seaweedfs-c0bb87e036d20fe050aa0ef6346b4c8b36769862.zip | |
adjust total 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 e5a76d3b3..2e51533ff 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -21,7 +21,7 @@ jobs: e2e: name: FUSE Mount runs-on: ubuntu-22.04 - timeout-minutes: 15 + timeout-minutes: 30 steps: - name: Set up Go 1.x uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2 |
