From 16632f69155487dbb757f4e262ad3c68f565287b Mon Sep 17 00:00:00 2001 From: Vito Botta Date: Tue, 28 Jan 2025 00:45:41 +0000 Subject: [PATCH] Fix deprecation --- src/util/ssh.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/ssh.cr b/src/util/ssh.cr index ddc5f93c..a00300fc 100644 --- a/src/util/ssh.cr +++ b/src/util/ssh.cr @@ -38,7 +38,7 @@ class Util::SSH break result else log_line "Waiting for instance #{instance.name} to be ready...", log_prefix: "Instance #{instance.name}" - sleep 5 + sleep 5.seconds end end