Skip to content

Commit b44b236

Browse files
committed
1*60 => 60
1 parent 6a4e729 commit b44b236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tools/testing/testing_greentea.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ static control_t hello_world_test(const size_t call_count) {
241241

242242
utest::v1::status_t greentea_setup(const size_t number_of_cases) {
243243
// here we specify the timeout (60s) and the host runner (the name of our Python file)
244-
GREENTEA_SETUP(1*60, "hello_world_tests");
244+
GREENTEA_SETUP(60, "hello_world_tests");
245245
return greentea_test_setup_handler(number_of_cases);
246246
}
247247

0 commit comments

Comments
 (0)