From afed49f30bd3f6ff219bc88f02b26d555bd01036 Mon Sep 17 00:00:00 2001 From: nakst <> Date: Fri, 7 Jan 2022 08:04:13 +0000 Subject: [PATCH] increase tests timeout --- desktop/api_tests.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/desktop/api_tests.cpp b/desktop/api_tests.cpp index d0991ab..0c2954a 100644 --- a/desktop/api_tests.cpp +++ b/desktop/api_tests.cpp @@ -1030,17 +1030,17 @@ bool UTF8Tests() { #endif const Test tests[] = { - TEST(BasicFileOperations, 30), - TEST(CRTMathFunctions, 30), - TEST(CRTStringFunctions, 30), - TEST(CRTOtherFunctions, 30), - TEST(PerformanceTimerDrift, 30), - TEST(TextboxEditOperations, 120), - TEST(OldTests2018, 30), - TEST(HeapReallocate, 30), - TEST(ArenaRandomAllocations, 30), - TEST(RangeSetTests, 30), - TEST(UTF8Tests, 30), + TEST(BasicFileOperations, 60), + TEST(CRTMathFunctions, 60), + TEST(CRTStringFunctions, 60), + TEST(CRTOtherFunctions, 60), + TEST(PerformanceTimerDrift, 60), + TEST(TextboxEditOperations, 240), + TEST(OldTests2018, 60), + TEST(HeapReallocate, 60), + TEST(ArenaRandomAllocations, 60), + TEST(RangeSetTests, 60), + TEST(UTF8Tests, 60), }; #ifndef API_TESTS_FOR_RUNNER