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 60746e4 commit 427ceb3Copy full SHA for 427ceb3
test/android/src/main/cpp/main.cpp
@@ -304,7 +304,7 @@ static int run_all_tests_with_output(const std::string& files_dir) noexcept
304
}
305
306
// Determine global timeout
307
- constexpr auto kDefaultGlobalTimeout = std::chrono::seconds(600); // 10 minutes for emulator
+ constexpr auto kDefaultGlobalTimeout = std::chrono::seconds(1200); // 20 minutes for emulator
308
std::chrono::seconds global_timeout = kDefaultGlobalTimeout;
309
if (!props["timeout"].empty())
310
{
0 commit comments