We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4e729 commit b44b236Copy full SHA for b44b236
docs/tools/testing/testing_greentea.md
@@ -241,7 +241,7 @@ static control_t hello_world_test(const size_t call_count) {
241
242
utest::v1::status_t greentea_setup(const size_t number_of_cases) {
243
// here we specify the timeout (60s) and the host runner (the name of our Python file)
244
- GREENTEA_SETUP(1*60, "hello_world_tests");
+ GREENTEA_SETUP(60, "hello_world_tests");
245
return greentea_test_setup_handler(number_of_cases);
246
}
247
0 commit comments