Skip to content

Commit

Permalink
Merge pull request ARMmbed#93 from linlingao/increase_test_timeout
Browse files Browse the repository at this point in the history
Increase greentea timeout for two tests. They were too small
  • Loading branch information
linlingao authored Jan 9, 2019
2 parents e115cc9 + e92c622 commit 4b8d5f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ using namespace utest::v1;
#endif

#ifndef MBED_TEST_TIMEOUT
#define MBED_TEST_TIMEOUT 120
#define MBED_TEST_TIMEOUT 240
#endif


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ utest::v1::status_t greentea_failure_handler(const Case *const source, const fai
// Test setup
utest::v1::status_t test_setup(const size_t number_of_cases)
{
GREENTEA_SETUP(60, "default_auto");
GREENTEA_SETUP(240, "default_auto");
return verbose_test_setup_handler(number_of_cases);
}

Expand Down

0 comments on commit 4b8d5f6

Please sign in to comment.