Skip to content

Commit

Permalink
increase queueing duration in 0-RTT queue test to reduce flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Dec 23, 2020
1 parent 4ad144c commit dab2f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zero_rtt_queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

var _ = Describe("0-RTT queue", func() {
var q *zeroRTTQueue
queueDuration := scaleDuration(20 * time.Millisecond)
queueDuration := scaleDuration(50 * time.Millisecond)

BeforeEach(func() {
q = newZeroRTTQueue()
Expand Down

0 comments on commit dab2f70

Please sign in to comment.