Skip to content

Commit

Permalink
Add a long sleep in remote maintenance test
Browse files Browse the repository at this point in the history
It seems the GitHub Actions runner is just very sleepy.
  • Loading branch information
knuton committed Mar 31, 2024
1 parent 45d2c85 commit a5414b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/integration/remote-maintenance.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5414b9

Please sign in to comment.