Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
grqz authored Sep 15, 2024
1 parent fefe0c1 commit 8150f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
done
}
export -f ping
PING_RESP=$(timeout 7.5 bash -c "ping 0.5") || \
PING_RESP=$(timeout 7.5 bash -c ping) || \
(echo "::error title=Timeout reached,file=server/src/main.ts::\
Timeout reached before the server is up." && exit 1)
Expand Down

0 comments on commit 8150f2b

Please sign in to comment.