소스 검색

Oops, let drone run longer than 2 minutes

Colin Powell 2 년 전
부모
커밋
1ac0fc5b23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -31,7 +31,7 @@ steps:
       username: root
       ssh_key:
         from_secret: ssh_key
-      command_timeout: 2m
+      command_timeout: 5m
       script:
         - pip uninstall -y vrobbler
         - pip install git+https://code.unbl.ink/secstate/vrobbler.git@main