Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ utest::v1::status_t greentea_test_setup(const size_t number_of_cases)

int main()
{
GREENTEA_SETUP(3000, "default_auto");
GREENTEA_SETUP(300, "default_auto");

// Don't even start if conditions aren't appropriate for test run
uint8_t *dummy = new (std::nothrow) uint8_t[heap_alloc_threshold_size];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ utest::v1::status_t greentea_test_setup(const size_t number_of_cases)

int main()
{
GREENTEA_SETUP(3000, "default_auto");
GREENTEA_SETUP(300, "default_auto");

// Don't even start if conditions aren't appropriate for test run
uint8_t *dummy = new (std::nothrow) uint8_t[heap_alloc_threshold_size];
Expand Down