Skip to content

Commit

Permalink
fix(ci): timeout when installing and testing a package
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-shuliu committed Jul 26, 2024
1 parent 64abbd3 commit 355974b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ jobs:
echo "::group::Test package $package"
set +e
docker exec -i $CONTAINER iris session IRIS <<- EOF
zpm "install $package":1
zpm "$package test -only ${{ env.test-flags }}":1:1
timeout 60s docker exec -i $CONTAINER iris session IRIS <<- EOF
zpm "install $package":1
zpm "$package test -only ${{ env.test-flags }}":1:1
EOF
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 355974b

Please sign in to comment.