changeset 102 | ef2a444a7410 |
parent 90 | 947f0dc9f7a8 |
child 109 | b3a1d9898418 |
--- a/kerneltest/e32test/dma/t_dma.cpp Fri Apr 16 16:24:37 2010 +0300 +++ b/kerneltest/e32test/dma/t_dma.cpp Mon May 03 13:47:38 2010 +0300 @@ -348,7 +348,7 @@ TBuf<16> name; name = _L("TESTER-"); name.AppendNum(aIdx); - test(iThread.Create(name, ThreadFunction, 0x1000, NULL, this) == KErrNone); + test(iThread.Create(name, ThreadFunction, 0x2000, NULL, this) == KErrNone); iThread.SetPriority(EPriorityLess); iThread.Logon(iStatus); SetActive();