This repository was archived by the owner on Jan 24, 2024. It is now read-only.
Commit 8d180ad
committed
Increase timeout for KafkaListenerNameTest (#1831)
Fixes #1830
### Motivation
Different from other tests, the `KafkaListenerNameTest` sets up and
cleans up the broker service during the test method, which will take
much more time than other tests. `testConnectListenerNotExist` is more
flaky because the timeout is 20 seconds while other methods are 30.
### Modifications
Increase all timeout of `KafkaListenerNameTest` to 1 minute.
(cherry picked from commit b00a4c5)1 parent fd67cca commit 8d180ad
File tree
1 file changed
+5
-5
lines changed- tests/src/test/java/io/streamnative/pulsar/handlers/kop
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
0 commit comments