Skip to content

Commit

Permalink
chore(bors): merge pull request openebs#739
Browse files Browse the repository at this point in the history
739: test(events): increase rebuild timeout r=datacore-vvarakantham a=datacore-vvarakantham

Increase timeout for rebuild end event to fix the CI failure.

Co-authored-by: Vandana Varakantham <[email protected]>
  • Loading branch information
mayastor-bors and datacore-vvarakantham committed Feb 13, 2024
2 parents 881cdd2 + 4f8a99c commit b31e7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control-plane/agents/src/bin/core/tests/event/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ async fn rebuild_begin_event_test(sub: &mut BusSubscription<EventMessage>) {
}

async fn rebuild_end_event_test(sub: &mut BusSubscription<EventMessage>) {
let rebuid_end_event_message = timeout(Duration::from_millis(50), get_next_event(sub))
let rebuid_end_event_message = timeout(Duration::from_millis(500), get_next_event(sub))
.await
.unwrap()
.unwrap();
Expand Down

0 comments on commit b31e7f0

Please sign in to comment.