Browse Source

chore: set clj-e2e tests timeout to 30m

Tienson Qin 6 months ago
parent
commit
a55e43e817
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/clj-e2e.yml

+ 2 - 2
.github/workflows/clj-e2e.yml

@@ -83,10 +83,10 @@ jobs:
           ls -lR ./public
 
       - name: Run e2e tests
-        run: cd clj-e2e && bb dev
+        run: cd clj-e2e && timeout 30m bb dev
         env:
           DEBUG: "pw:api"
-          
+
       - name: Collect screenshots
         if: ${{ failure() }}
         uses: actions/upload-artifact@v4