File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ func (c *Conn) init() error {
145
145
defer c .pendingCandidatesMutex .Unlock ()
146
146
147
147
if c .rtc .RemoteDescription () == nil {
148
- c .opts .Logger .Debug (context .Background (), "adding local candidate to buffer with remote description " )
148
+ c .opts .Logger .Debug (context .Background (), "adding local candidate to buffer" )
149
149
c .pendingCandidates = append (c .pendingCandidates , iceCandidate .ToJSON ())
150
150
return
151
151
}
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ var (
35
35
// In CI resources are frequently contended, so increasing this value
36
36
// results in less flakes.
37
37
if os .Getenv ("CI" ) == "true" {
38
- return 4 * time .Second
38
+ return 3 * time .Second
39
39
}
40
40
return 100 * time .Millisecond
41
41
}()
42
- failedTimeout = disconnectedTimeout * 4
42
+ failedTimeout = disconnectedTimeout * 3
43
43
keepAliveInterval = time .Millisecond * 2
44
44
45
45
// There's a global race in the vnet library allocation code.
You can’t perform that action at this time.
0 commit comments