Skip to content

Commit

Permalink
feat(1-3220): more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Jan 6, 2025
1 parent 64913f9 commit bdda106
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/src/http/broadcaster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ mod test {
.await
.is_err()
{
// If the test times out, kill the app process and fail the test
panic!("Test timed out waiting for update event");
}

Expand All @@ -367,7 +366,7 @@ mod test {
},
);

let result = tokio::time::timeout(std::time::Duration::from_secs(2), async {
let result = tokio::time::timeout(std::time::Duration::from_secs(1), async {
loop {
if let Some(event) = rx.recv().await {
match event {
Expand Down

0 comments on commit bdda106

Please sign in to comment.