Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase stack size for esp32 unit tests #4987

Merged
merged 1 commit into from
Feb 24, 2021

Conversation

kpschoedel
Copy link
Contributor

Problem

Stack overflow running TestCSR_Gen() in src/crypto/tests/CHIPCryptoPALTest.cpp

Summary of Changes

Increase test task stack from 8K to 12K.

Fixes #2712 ChipCryptoTests are failing on esp32 qemu

#### Problem

Stack overflow running `TestCSR_Gen()`
in `src/crypto/tests/CHIPCryptoPALTest.cpp`

#### Summary of Changes

Increase test task stack from 8K to 12K.

Fixes project-chip#2712 ChipCryptoTests are failing on esp32 qemu
@andy31415
Copy link
Contributor

@woody-apple @bzbarsky-apple ?

@mspang mspang merged commit cc5daa9 into project-chip:master Feb 24, 2021
@kpschoedel kpschoedel deleted the 2712-esp32-crypto branch March 1, 2021 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ChipCryptoTests are failing on esp32 qemu
5 participants