Skip to content
代码片段 群组 项目
提交 2a62b9da 编辑于 作者: Stan Hu's avatar Stan Hu
浏览文件

Merge branch 'fix/puma_background_timeout' into 'master'

Wait up to 60 seconds instead of 30 seconds till PIDs should exist.

See merge request gitlab-org/gitlab!53153
No related branches found
No related tags found
无相关合并请求
......@@ -138,8 +138,8 @@ wait_for_pids(){
i=$((i+1))
if [ $((i%10)) = 0 ]; then
echo -n "."
elif [ $((i)) = 301 ]; then
echo "Waited 30s for the processes to write their pids, something probably went wrong."
elif [ $((i)) = 601 ]; then
echo "Waited 60s for the processes to write their pids, something probably went wrong."
exit 1;
fi
done
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册