소스 검색

chore: add more timeout for fvt

Signed-off-by: Jiyong Huang <huangjy@emqx.io>
Jiyong Huang 2 년 전
부모
커밋
68be94f211
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/run_fvt_tests.yaml

+ 1 - 1
.github/workflows/run_fvt_tests.yaml

@@ -92,7 +92,7 @@ jobs:
         ./test/prepare_plugins.sh
         ln -s _build/kuiper-$(git describe --tags --always)-$(uname -s | tr "[A-Z]" "[a-z]")-amd64/log kuiper_logs
     - name: run fvt tests
-      timeout-minutes: 15
+      timeout-minutes: 30
       run: ./test/run_jmeter.sh with_edgex=true
     - uses: actions/upload-artifact@v1
       if: always()