소스 검색

set timeout

MarkusRost 5 년 전
부모
커밋
33f789b380
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/node.js.yml

+ 1 - 1
.github/workflows/node.js.yml

@@ -20,5 +20,5 @@ jobs:
     - run: npm run build --if-present
     - run: sed -i -e 's/"<Discord bot token>"/"${{secrets.DISCORD_TOKEN}}"/g' .env
     - run: sed -i -e 's/"!wiki "/"!test "/g' .env
-    - run: npm test
+    - run: npm test -- --timeout:60
       timeout-minutes: 5