online-judge-tools / verification-helper

a testing framework for snippet libraries used in competitive programming
MIT License
207 stars 53 forks source link

run の timeout を無くす #422

Open dr0gsk0l opened 7 months ago

dr0gsk0l commented 7 months ago

token が60分で失効する関係で default の timeout が10分に設定されていた.(参考 : https://github.com/online-judge-tools/verification-helper/issues/51https://docs.github.com/ja/actions/security-guides/automatic-token-authentication#about-the-github_token-secret を見るに現在は24時間持ちそうであり,github actions が最大6時間なので token の権限を気にする必要は無いため,default の timeout 時間を math.inf に変更した.

koba-e964 commented 7 months ago

PR の作成ありがとうございます! CI が現状 master においても通っていないようなので、通り次第こちらの PR をいい感じに rebase などしてマージしたいと思います