mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00: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:
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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user