Skip to content

Commit

Permalink
chore(CI): 尝试延长等待时间
Browse files Browse the repository at this point in the history
  • Loading branch information
MemoryShadow committed Jul 20, 2023
1 parent e4ad67a commit 93b12fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ jobs:
while [ ! -f /tmp/CICheck.log ]; do
sleep 1;
WaitTimeS=$[ WaitTimeS + 1]
if [ ${WaitTimeS} -gt 60 ]; then
if [ ${WaitTimeS} -gt 120 ]; then
echo "等待超时" > /dev/stderr;
minecraftctl stop;
cat logs/latest.log;
Expand Down

0 comments on commit 93b12fc

Please sign in to comment.