Commit c3d134a
Give the reconnection recording test a window that outlives the reconnect
testReconnectionDuringCallRecording kept exhausting all 3 attempts on the
nightly with 'expected Recording but was Reconnecting..'. The recording is
server side and survives the user's reconnect fine; it was the test racing
its own budget. The buddy participant stops the recording 30 seconds after
its start request, the composite recorder alone needs 20-30s to start, and
the drop plus reconnect plus the polling asserts consumed the rest on slow
CI emulators, so the assert ran after the recording legitimately ended.
Raise the window to 90 seconds. The plain recording test already uses 60
without a reconnect in the middle.1 parent 7f6a006 commit c3d134a
1 file changed
Lines changed: 6 additions & 1 deletion
File tree
- demo-app/src/androidTestE2etestingDebug/kotlin/io/getstream/video/android/tests
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
116 | 121 | | |
117 | 122 | | |
118 | | - | |
| 123 | + | |
119 | 124 | | |
120 | 125 | | |
121 | 126 | | |
| |||
0 commit comments