Skip to content

Commit

Permalink
Fix flake of TestPipelineTaskTimeout
Browse files Browse the repository at this point in the history
Prior to this commit, TestPipelineTaskTimeout was flaky because
a Pipeline task that was supposed to succeed timed out.
This can happen when the time to create a pod exceeds the timeout,
which was 60s.
This commit removes the timeout for that pipeline task, removing
this cause of flakes.
  • Loading branch information
lbernick authored and tekton-robot committed Jul 21, 2023
1 parent c371544 commit 83592de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/timeout_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ spec:
- name: pipelinetask1
taskRef:
name: %s
timeout: 60s
timeout: 0s
- name: pipelinetask2
taskRef:
name: %s
Expand Down

0 comments on commit 83592de

Please sign in to comment.