We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b1a00 commit aef5803Copy full SHA for aef5803
.github/workflows/programming_team_code_ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Run tests
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
- run: oj-verify all --tle 6 --timeout 21600
+ run: oj-verify all --tle 10 --timeout 21600
31
32
check_format_lint:
33
runs-on: ubuntu-latest
0 commit comments