Skip to content

Commit

Permalink
Increase Receiver timeout in upgrade tests to 20s (#2402)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Gencur <[email protected]>
  • Loading branch information
openshift-cherrypick-robot and mgencur authored Nov 29, 2023
1 parent 6722043 commit 1d3b2da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/upgrade/continual/channel-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ target = '{{- .ForwarderTarget -}}'

[receiver]
[receiver.teardown]
duration = 10000000000
duration = 20000000000
2 changes: 1 addition & 1 deletion test/upgrade/continual/kafka-broker-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ target = '{{- .ForwarderTarget -}}'

[receiver]
[receiver.teardown]
duration = 10000000000
duration = 20000000000
2 changes: 1 addition & 1 deletion test/upgrade/continual/kafka-sink-source-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ target = '{{- .ForwarderTarget -}}'

[receiver]
[receiver.teardown]
duration = 10000000000
duration = 20000000000

0 comments on commit 1d3b2da

Please sign in to comment.