Skip to content

Commit

Permalink
e2e-test: Set ginkgo timeout to 2 hours
Browse files Browse the repository at this point in the history
In d07462a, the timeout for the test
pipelineRun was increased to 2 hours (see the commit message for
reasoning.)

However, ginkgo has its own timeout which defaults to 1 hour. Increase
to 2 hours correspondingly.

Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed Mar 22, 2024
1 parent d07462a commit b7ba402
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .tekton/tasks/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ spec:
# against build-definitions to update this tag
args: [
"--ginkgo.label-filter=build-templates-e2e",
"--ginkgo.no-color"
"--ginkgo.no-color",
"--ginkgo.timeout=2h"
]
securityContext:
runAsUser: 1000
Expand Down

0 comments on commit b7ba402

Please sign in to comment.