LoginSignup
1
0

More than 3 years have passed since last update.

werckerでタイムアウトを延長する

Posted at

wercker.yml ファイルの根っこに以下のように書き足す。

wercker.yml
box:
  id: golang
  :

# werckerは5分間無応答の場合はビルドを停止する
# 延長または短縮したい時には、以下のように分単位で書く
no-response-timeout: 10

# werckerは個々のステップが25分で終わらない場合もビルドを停止する
# 延長または短縮したい時には、以下のように分単位で書く
command-timeout: 30
:

参考

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0