diff --git a/src/systemd/vyos-grub-update.service b/src/systemd/vyos-grub-update.service
index 522b13a33..7b67ae1b8 100644
--- a/src/systemd/vyos-grub-update.service
+++ b/src/systemd/vyos-grub-update.service
@@ -1,14 +1,14 @@
 [Unit]
 Description=Update GRUB loader configuration structure
 After=local-fs.target
 Before=vyos-router.service
 
 [Service]
 Type=oneshot
 ExecStart=/usr/libexec/vyos/system/grub_update.py
-TimeoutSec=5
+TimeoutSec=60
 KillMode=process
 StandardOutput=journal+console
 
 [Install]
-WantedBy=vyos-router.service
\ No newline at end of file
+WantedBy=vyos-router.service