File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
# TODO: https://github.com/rust-lang/cargo/issues/5220
51
51
include :
52
52
- runs-on : ubuntu-20.04
53
- packages : -p firezone-relay -p firezone-linux-client -p firezone-gateway -p connlib-client-android -p snownet
53
+ packages : --workspace
54
54
- runs-on : ubuntu-22.04
55
- packages : -p firezone-relay -p firezone-linux-client -p firezone-gateway -p connlib-client-android -p snownet
55
+ packages : --workspace
56
56
- runs-on : macos-12
57
57
packages : -p connlib-client-apple -p snownet
58
58
- runs-on : macos-13
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ mod tests {
74
74
75
75
#[ tokio:: test]
76
76
async fn returns_heartbeat_after_interval ( ) {
77
- let mut heartbeat = Heartbeat :: new ( Duration :: from_millis ( 10 ) ) ;
77
+ let mut heartbeat = Heartbeat :: new ( Duration :: from_millis ( 30 ) ) ;
78
78
let _ = poll_fn ( |cx| heartbeat. poll ( cx) ) . await ; // Tick once at startup.
79
79
80
80
let start = Instant :: now ( ) ;
You can’t perform that action at this time.
0 commit comments