Skip to content

Commit

Permalink
Increase e2e timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishnaviHire committed Jan 15, 2025
1 parent 4f698c0 commit 0b55fd7
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 @@ -90,7 +90,7 @@ SHELL = /usr/bin/env bash -o pipefail

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

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

0 comments on commit 0b55fd7

Please sign in to comment.