We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a924c commit 2a164c1Copy full SHA for 2a164c1
.github/workflows/programming_team_code_ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Run library checker and aizu tests
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
- run: oj-verify all --tle 60 --timeout 21600
+ run: oj-verify all --tle 60 --timeout 900
31
32
grep_clangformat_cppcheck:
33
runs-on: ubuntu-latest
0 commit comments