Increase stack-size for block test client

Ref #1987
Ref #2051
This commit is contained in:
Stefan Kalkowski 2016-08-22 11:54:37 +02:00 committed by Christian Helmuth
parent a845bdafeb
commit 7760aa1bf0
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ void perform(Genode::Entrypoint &ep, Genode::Heap &heap, unsigned timeo_ms = 0)
Genode::size_t Component::stack_size() {
return 2048*sizeof(Genode::addr_t); }
return 4096*sizeof(Genode::addr_t); }
void Component::construct(Genode::Env &env)