Skip to content

Commit

Permalink
WIP Bump timeout for the linter test job
Browse files Browse the repository at this point in the history
  • Loading branch information
tosi3k committed Sep 16, 2020
1 parent 1c15612 commit 64c5543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
@@ -1,5 +1,5 @@
run:
timeout: 5m
timeout: 10m

linters-settings:
golint:
Expand Down
2 changes: 1 addition & 1 deletion verify/verify-lint.sh
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -euo pipefail
set -euxo pipefail

KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
cd "$KUBE_ROOT"
Expand Down

0 comments on commit 64c5543

Please sign in to comment.