Skip to content

Commit 2a164c1

Browse files
committed
change timeout to 15 minutes as the github CI is cutting the job after
20 minutes. not sure why
1 parent e8a924c commit 2a164c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/programming_team_code_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run library checker and aizu tests
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
run: oj-verify all --tle 60 --timeout 21600
30+
run: oj-verify all --tle 60 --timeout 900
3131

3232
grep_clangformat_cppcheck:
3333
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)