LUKS delay at bootup

hi
I use LUKS on my /home partition and it always ask me for the password, which is perfect.

But sometimes when I’m away from the laptop during the bootup, it will not wait in the password prompt.
When I come back to the laptop, it always booted into opensuse but with strange behavior due to no able to access /home partition.

is there any way to make LUKS wait indefinitely for my password input at bootup?

Yep! It’s easy too.

As root, edit /etc/crypttab and change the second none to timeout=0

Change:
<blah> <blah> none none

to be

<blah> <blah> none timeout=0

The <blah> values will be unique to your computer. Don’t change those columns.