Skip to content

Commit

Permalink
Slight increase of test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Salazar authored and Marcelo Salazar committed May 12, 2019
1 parent d807a5a commit 0beabc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TESTS/basic/net-single/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static control_t download_4k(const size_t call_count) {
}

utest::v1::status_t greentea_setup(const size_t number_of_cases) {
GREENTEA_SETUP(5*60, "default_auto");
GREENTEA_SETUP(8*60, "default_auto");
return greentea_test_setup_handler(number_of_cases);
}

Expand Down
2 changes: 1 addition & 1 deletion TESTS/basic/net-threaded/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ static control_t download_4_threads(const size_t call_count) {
}

utest::v1::status_t greentea_setup(const size_t number_of_cases) {
GREENTEA_SETUP(10*60, "default_auto");
GREENTEA_SETUP(12*60, "default_auto");
return greentea_test_setup_handler(number_of_cases);
}

Expand Down
2 changes: 1 addition & 1 deletion TESTS/basic/stress-net-fs/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ void test_malloc(){
}

utest::v1::status_t greentea_setup(const size_t number_of_cases) {
GREENTEA_SETUP(10*60, "default_auto");
GREENTEA_SETUP(12*60, "default_auto");
return greentea_test_setup_handler(number_of_cases);
}

Expand Down

0 comments on commit 0beabc3

Please sign in to comment.