Browse Source

set timeout

MarkusRost 5 năm trước cách đây
mục cha
commit
33f789b380
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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