Skip to content

Commit 064592c

Browse files
committed
Give higher timeout during test for the server to start
Signed-off-by: Guvenc Gulce <[email protected]>
1 parent 18a3e45 commit 064592c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feos/tests/integration/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async fn setup_server() -> Arc<tokio::runtime::Runtime> {
8989
});
9090

9191
info!("Waiting for the server to start...");
92-
for _ in 0..30 {
92+
for _ in 0..60 {
9393
if Channel::from_static(PUBLIC_SERVER_ADDRESS)
9494
.connect()
9595
.await

0 commit comments

Comments
 (0)