Skip to content

Commit 76497e2

Browse files
committed
rise up timeout
1 parent d929fe6 commit 76497e2

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
container:
3232
image: silkeh/clang:19
3333
options: --user root
34-
timeout-minutes: 10
34+
timeout-minutes: 15
3535
steps:
3636
- name: Install deps
3737
run: |

CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
99

1010
set(APPLY_CLANG_TOOL ON)
1111

12-
# TODO(kmitkin): require to understand, what is it considered to be "optimized" build
13-
# set(CMAKE_CXX_FLAGS_RELEASE "???")
14-
# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
15-
1612
set(CMAKE_CONFIGURATION_TYPES "Debug;Release;RelWithAssert" CACHE STRING "" FORCE)
1713

18-
1914
set(CMAKE_C_FLAGS_RELWITHASSERT "${CMAKE_C_FLAGS_RELEASE} -UNDEBUG" CACHE STRING "" FORCE)
2015
set(CMAKE_CXX_FLAGS_RELWITHASSERT "${CMAKE_CXX_FLAGS_RELEASE} -UNDEBUG" CACHE STRING "" FORCE)
2116

0 commit comments

Comments
 (0)