Commit 4cc449c
committed
Lower the retry interval to 0.0 in tests
This is just to speed up tests, we don't really need to wait. This also
uncovered a bug in the creation of the `StreamStopped` instance, which
was converting `0.0` to `None`.
Signed-off-by: Leandro Lucarella <[email protected]>1 parent b023e92 commit 4cc449c
File tree
2 files changed
+5
-3
lines changed- src/frequenz/client/base
- tests/streaming
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
192 | 194 | | |
193 | 195 | | |
194 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| |||
0 commit comments