Skip to content

Commit

Permalink
workflow 3
Browse files Browse the repository at this point in the history
  • Loading branch information
csmig committed Feb 19, 2025
1 parent 03be9c6 commit f954849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-state-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
working-directory: ./api/source
run: |
set +e
timeout 60 node index.js | tee api-log.json
timeout 180 node index.js | tee api-log.json
exit_code=$?
if [ $exit_code -eq 124 ]; then
echo "Timeout"
Expand Down

0 comments on commit f954849

Please sign in to comment.