From a5414b920f6dc0f1a1513559550ea050ec2f6b1e Mon Sep 17 00:00:00 2001 From: Johannes Emerich Date: Sun, 31 Mar 2024 12:17:59 +0200 Subject: [PATCH] Add a long sleep in remote maintenance test It seems the GitHub Actions runner is just very sleepy. --- testing/integration/remote-maintenance.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/integration/remote-maintenance.nix b/testing/integration/remote-maintenance.nix index eb0c4c0e..1f309ff6 100644 --- a/testing/integration/remote-maintenance.nix +++ b/testing/integration/remote-maintenance.nix @@ -33,7 +33,7 @@ pkgs.nixosTest { def is_zt_operational(node): node.wait_for_unit('zerotierone.service') # Wait a moment for the service to come up - node.succeed('sleep 1') + node.succeed('sleep 20') # Config folder created node.succeed('ls /var/lib/zerotier-one/') # Interface created with fixed name