# 2021118_kola-timeouts-discussion
Timeouts:
global timeout is 15minutes
provider: 5minutes - how much time to wait for grub
-> for qemu - basically run qemu command
-> for openstack - launch instance wait for API to report it is in `running` state
test: 10 minutes - everything after grub
-> ignition to provision node (filesystem operations can take time)
-> any systemd units that run that were populated by ignition
-> actual test code (via ssh/kola)
-> any reboots that need to occur
-> more test code (via ssh/kola)
-> some tests provision other nodes