Skip to content

Commit

Permalink
Increase e2e timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Feb 25, 2025
1 parent 806a697 commit 86f903e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ SHELL = /usr/bin/env bash -o pipefail

# E2E tests additional flags
# See README.md, default go test timeout 10m
E2E_TEST_FLAGS = -timeout 40m
E2E_TEST_FLAGS = -timeout 50m

# Default image-build is to not use local odh-manifests folder
# set to "true" to use local instead
Expand Down

0 comments on commit 86f903e

Please sign in to comment.