Skip to content

Commit 427ceb3

Browse files
authored
test(android) update default timeout to 20min
1 parent 60746e4 commit 427ceb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/android/src/main/cpp/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ static int run_all_tests_with_output(const std::string& files_dir) noexcept
304304
}
305305

306306
// Determine global timeout
307-
constexpr auto kDefaultGlobalTimeout = std::chrono::seconds(600); // 10 minutes for emulator
307+
constexpr auto kDefaultGlobalTimeout = std::chrono::seconds(1200); // 20 minutes for emulator
308308
std::chrono::seconds global_timeout = kDefaultGlobalTimeout;
309309
if (!props["timeout"].empty())
310310
{

0 commit comments

Comments
 (0)