Browse Source

set timeout

MarkusRost 4 years ago
parent
commit
33f789b380
1 changed files with 1 additions and 1 deletions
  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