Skip to content

Commit ac274f8

Browse files
committed
add sleep to keep remote exit later
Signed-off-by: Xintao <[email protected]>
1 parent f28da66 commit ac274f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests-and-examples/tests/cases/stream.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ impl RouteGuide for RouteGuideService {
4949
break;
5050
}
5151
}
52+
std::thread::sleep(std::time::Duration::from_millis(100));
5253
resp.success(summary).await?;
5354
Ok(())
5455
}

0 commit comments

Comments
 (0)