Skip to content

Commit

Permalink
Increase timeout for egress server dropped metric test to 40s
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlong committed Feb 1, 2022
1 parent f29cb37 commit 78c2dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/internal/server/v2/egress_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ var _ = Describe("EgressServer", func() {

Eventually(
egressDropped.GetDelta,
20).Should(BeNumerically(">", 1))
40).Should(BeNumerically(">", 1))
})
})
})
Expand Down

0 comments on commit 78c2dc8

Please sign in to comment.