Skip to content

Commit

Permalink
expand CI timeout (#567)
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <[email protected]>
  • Loading branch information
chensuyue authored Aug 27, 2024
1 parent 9a1af76 commit 6c24078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-microservice-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
cd tests
service=$(echo $service_path | tr '/' '_')
echo "service=${service}" >> $GITHUB_ENV
if [ -f test_${service}.sh ]; then timeout 30m bash test_${service}.sh; else echo "Test script not found, skip test!"; fi
if [ -f test_${service}.sh ]; then timeout 60m bash test_${service}.sh; else echo "Test script not found, skip test!"; fi
- name: Clean up container
if: cancelled() || failure()
Expand Down

0 comments on commit 6c24078

Please sign in to comment.