diff options
Diffstat (limited to 'filamento/examples/example.rs')
-rw-r--r-- | filamento/examples/example.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filamento/examples/example.rs b/filamento/examples/example.rs index e36968d..b1ab6ce 100644 --- a/filamento/examples/example.rs +++ b/filamento/examples/example.rs @@ -20,7 +20,7 @@ async fn main() { }); client.connect().await.unwrap(); - tokio::time::sleep(Duration::from_secs(5)).await; + tokio::time::sleep(Duration::from_secs(15)).await; info!("sending message"); client .send_message( |