changeset 105 | ea2434cf3670 |
parent 102 | ef2a444a7410 |
child 109 | b3a1d9898418 |
--- a/kerneltest/e32test/dma/t_dma.cpp Tue May 04 16:57:20 2010 +0100 +++ b/kerneltest/e32test/dma/t_dma.cpp Tue May 04 18:23:12 2010 +0100 @@ -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();