Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DanG100 committed Jan 6, 2025
1 parent ea5f329 commit 537232d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysrib/zapi_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ func testRouteRedistribution(t *testing.T, routeReadyBeforeDial bool) {
}

// TODO: see if large timeout helps flakiness
conn.SetReadDeadline(time.Now().Add(120 * time.Second))
conn.SetReadDeadline(time.Now().Add(10 * time.Second))
m, err := zebra.ReceiveSingleMsg(topicLogger, conn, version, software, "test-client")
if tt.inExpectTimeout {
if err == nil {
Expand Down

0 comments on commit 537232d

Please sign in to comment.