mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
file_vault_client.run: raise access timeout
On some platforms like qemu/x86_64/sel4, accessing the file system is so slow that it used to hit the timeout of this phase in the run script. Ref #5148
This commit is contained in:
committed by
Christian Helmuth
parent
a7ff30d5a4
commit
fbec6ae030
@@ -126,7 +126,7 @@ if {[container_initialized]} { append config "
|
||||
}
|
||||
append config {
|
||||
</inline>
|
||||
<sleep milliseconds="12000"/>
|
||||
<sleep milliseconds="20000"/>
|
||||
<inline>
|
||||
|
||||
<ui_config version="step_3_lock"/>
|
||||
|
||||
Reference in New Issue
Block a user