Skip to content

Commit

Permalink
extend timeout for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Nov 16, 2021
1 parent d0331db commit d4af8d4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/actions/go-test-setup/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: extend-tests-timeout
description: add -timeout 20m flag to GOFLAGS to extend timeout for tests

runs:
using: "composite"
steps:
- name: Extend timeout for tests
shell: bash
run: echo "GOFLAGS=$GOFLAGS -timeout=20m" >> $GITHUB_ENV

0 comments on commit d4af8d4

Please sign in to comment.