Skip to content

Commit

Permalink
ci: extend cc test timeout (#1639)
Browse files Browse the repository at this point in the history
Description: CC has been slower lately and this is another flow that's been timing out.

Signed-off-by: Mike Schore <mike.schore@gmail.com>
  • Loading branch information
goaway authored Jul 28, 2021
1 parent b7578f9 commit d7abc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cc_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
cctests:
name: cc_tests
runs-on: ubuntu-18.04
timeout-minutes: 90
timeout-minutes: 120
container:
image: envoyproxy/envoy-build-ubuntu:e33c93e6d79804bf95ff80426d10bdcc9096c785
steps:
Expand Down

0 comments on commit d7abc5e

Please sign in to comment.