diff options
| author | fisherxu <xufei40@huawei.com> | 2023-05-25 15:21:26 +0800 |
|---|---|---|
| committer | fisherxu <xufei40@huawei.com> | 2023-05-25 15:21:26 +0800 |
| commit | 64c0878fab847c92f014484b747c4c8119888e42 (patch) | |
| tree | 6c1ee6f58604aec4f1703c338fb523058d11219a /.github | |
| parent | Merge pull request #4762 from kelpliu/add-nodeName-in-httpheader (diff) | |
| download | kubeedge-64c0878fab847c92f014484b747c4c8119888e42.tar.gz | |
update the timeout to 40 mins for docker image ci test
Signed-off-by: fisherxu <xufei40@huawei.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index fdc462cdb..5fe38bfa2 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -298,7 +298,7 @@ jobs: docker_build: runs-on: ubuntu-22.04 - timeout-minutes: 30 + timeout-minutes: 40 name: Multiple docker image build steps: - uses: actions/cache@v3 |
