Skip to content

Commit

Permalink
Modify ci timeout (#151)
Browse files Browse the repository at this point in the history
* modify socketTimeout to 120s

* add regular match

* support rc + Pessimistic

* revert Fix pessimistic commit wait error

* revert revert

* modify bvt timeout

* delete uploading op in ci
  • Loading branch information
aressu1985 authored Sep 26, 2023
1 parent f63cb70 commit ed284d3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
dist-bvt-linux-x86:
runs-on: ubuntu-latest
name: BVT Test on Ubuntu/x64
timeout-minutes: 30
timeout-minutes: 300

steps:
- name: checkout head
Expand Down Expand Up @@ -112,12 +112,3 @@ jobs:
if [ -d "./base/" ]; then rm -rf ./base/; fi
rm -rf ./mo-tester/.git
rm -rf ./mo-tester/lib
- uses: actions/upload-artifact@v2
if: ${{ always() }}
continue-on-error: true
with:
name: linux_x86_ci_reports
path: |
${{ github.workspace }}
retention-days: 7

0 comments on commit ed284d3

Please sign in to comment.